class Aws::CloudWatch::Types::StatisticSet
Represents a set of statistics that describes a specific metric.
@note When making an API call, you may pass StatisticSet
data as a hash: { sample_count: 1.0, # required sum: 1.0, # required minimum: 1.0, # required maximum: 1.0, # required }
@!attribute [rw] sample_count
The number of samples used for the statistic set. @return [Float]
@!attribute [rw] sum
The sum of values for the sample set. @return [Float]
@!attribute [rw] minimum
The minimum value of the sample set. @return [Float]
@!attribute [rw] maximum
The maximum value of the sample set. @return [Float]
@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/StatisticSet AWS API Documentation
Constants
- SENSITIVE