You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatch::Types::InsightRuleMetricDatapoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::InsightRuleMetricDatapoint
- Defined in:
- (unknown)
Overview
One data point from the metric time series returned in a Contributor Insights rule report.
For more information, see GetInsightRuleReport.
Instance Attribute Summary collapse
-
#average ⇒ Float
The average value from all contributors during the time period represented by that data point.
-
#max_contributor_value ⇒ Float
The maximum value provided by one contributor during this timestamp.
-
#maximum ⇒ Float
The maximum value from a single occurence from a single contributor during the time period represented by that data point.
-
#minimum ⇒ Float
The minimum value from a single contributor during the time period represented by that data point.
-
#sample_count ⇒ Float
The number of occurrences that matched the rule during this data point.
-
#sum ⇒ Float
The sum of the values from all contributors during the time period represented by that data point.
-
#timestamp ⇒ Time
The timestamp of the data point.
-
#unique_contributors ⇒ Float
The number of unique contributors who published data during this timestamp.
Instance Attribute Details
#average ⇒ Float
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.
#max_contributor_value ⇒ Float
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.
#maximum ⇒ Float
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.
#minimum ⇒ Float
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.
#sample_count ⇒ Float
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.
#sum ⇒ Float
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.
#timestamp ⇒ Time
The timestamp of the data point.
#unique_contributors ⇒ Float
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.