class
Amazonite::CloudWatch::StatisticSet
- Amazonite::CloudWatch::StatisticSet
- Reference
- Object
Overview
Represents a set of statistics that describes a specific metric.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/statistic_set.crConstructors
- .new(sample_count : Float64, sum : Float64, minimum : Float64, maximum : 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. -
#hash(hasher)
See
Object#hash(hasher) -
#maximum : Float64
The maximum value of the sample set.
-
#maximum=(maximum : Float64)
The maximum value of the sample set.
-
#minimum : Float64
The minimum value of the sample set.
-
#minimum=(minimum : Float64)
The minimum value of the sample set.
-
#sample_count : Float64
The number of samples used for the statistic set.
-
#sample_count=(sample_count : Float64)
The number of samples used for the statistic set.
-
#sum : Float64
The sum of values for the sample set.
-
#sum=(sum : Float64)
The sum of values for the sample set.
- #validate! : Nil
Constructor Detail
def self.new(sample_count : Float64, sum : Float64, minimum : Float64, maximum : Float64)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.