class
Amazonite::CloudWatch::InsightRuleContributorDatapoint
- Amazonite::CloudWatch::InsightRuleContributorDatapoint
- Reference
- Object
Overview
One data point related to one contributor.
For more information, see GetInsightRuleReport and InsightRuleContributor.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/insight_rule_contributor_datapoint.crConstructors
- .new(timestamp : Time, approximate_value : Float64)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#approximate_value : Float64
The approximate value that this contributor added during this timestamp.
-
#approximate_value=(approximate_value : Float64)
The approximate value that this contributor added during this timestamp.
-
#hash(hasher)
See
Object#hash(hasher) -
#timestamp : Time
The timestamp of the data point.
-
#timestamp=(timestamp : Time)
The timestamp of the data point.
- #validate! : Nil
Constructor Detail
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.
def approximate_value=(approximate_value : Float64)
#
The approximate value that this contributor added during this timestamp.