class Aws::CloudWatch::Types::Datapoint

Encapsulates the statistical data that CloudWatch computes from metric data.

@!attribute [rw] timestamp

The time stamp used for the data point.
@return [Time]

@!attribute [rw] sample_count

The number of metric values that contributed to the aggregate value
of this data point.
@return [Float]

@!attribute [rw] average

The average of the metric values that correspond to the data point.
@return [Float]

@!attribute [rw] sum

The sum of the metric values for the data point.
@return [Float]

@!attribute [rw] minimum

The minimum metric value for the data point.
@return [Float]

@!attribute [rw] maximum

The maximum metric value for the data point.
@return [Float]

@!attribute [rw] unit

The standard unit for the data point.
@return [String]

@!attribute [rw] extended_statistics

The percentile statistic for the data point.
@return [Hash<String,Float>]

@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/Datapoint AWS API Documentation

Constants

SENSITIVE