class Amazonite::CloudWatch::InsightRuleContributorDatapoint

Overview

One data point related to one contributor.

For more information, see GetInsightRuleReport and InsightRuleContributor.

Included Modules

Defined in:

cloudwatch/insight_rule_contributor_datapoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(timestamp : Time, approximate_value : Float64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def approximate_value : Float64 #

The approximate value that this contributor added during this timestamp.


[View source]
def approximate_value=(approximate_value : Float64) #

The approximate value that this contributor added during this timestamp.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def timestamp : Time #

The timestamp of the data point.


[View source]
def timestamp=(timestamp : Time) #

The timestamp of the data point.


[View source]
def validate! : Nil #

[View source]