class Aws::CloudWatch::Types::InsightRuleMetricDatapoint

One data point from the metric time series returned in a Contributor Insights rule report.

For more information, see [GetInsightRuleReport].

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html

@!attribute [rw] timestamp

The timestamp of the data point.
@return [Time]

@!attribute [rw] unique_contributors

The number of unique contributors who published data during this
timestamp.

This statistic is returned only if you included it in the `Metrics`
array in your request.
@return [Float]

@!attribute [rw] max_contributor_value

The maximum value provided by one contributor during this timestamp.
Each timestamp is evaluated separately, so the identity of the max
contributor could be different for each timestamp.

This statistic is returned only if you included it in the `Metrics`
array in your request.
@return [Float]

@!attribute [rw] sample_count

The number of occurrences that matched the rule during this data
point.

This statistic is returned only if you included it in the `Metrics`
array in your request.
@return [Float]

@!attribute [rw] average

The average value from all contributors during the time period
represented by that data point.

This statistic is returned only if you included it in the `Metrics`
array in your request.
@return [Float]

@!attribute [rw] sum

The sum of the values from all contributors during the time period
represented by that data point.

This statistic is returned only if you included it in the `Metrics`
array in your request.
@return [Float]

@!attribute [rw] minimum

The minimum value from a single contributor during the time period
represented by that data point.

This statistic is returned only if you included it in the `Metrics`
array in your request.
@return [Float]

@!attribute [rw] maximum

The maximum value from a single occurence from a single contributor
during the time period represented by that data point.

This statistic is returned only if you included it in the `Metrics`
array in your request.
@return [Float]

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

Constants

SENSITIVE