Class: Aws::CloudWatch::Types::InsightRuleMetricDatapoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::InsightRuleMetricDatapoint
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
One data point from the metric time series returned in a Contributor Insights rule report.
For more information, see GetInsightRuleReport.
Constant Summary collapse
- SENSITIVE =
[]
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.
2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2443 class InsightRuleMetricDatapoint < Struct.new( :timestamp, :unique_contributors, :max_contributor_value, :sample_count, :average, :sum, :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#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.
2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2443 class InsightRuleMetricDatapoint < Struct.new( :timestamp, :unique_contributors, :max_contributor_value, :sample_count, :average, :sum, :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#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.
2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2443 class InsightRuleMetricDatapoint < Struct.new( :timestamp, :unique_contributors, :max_contributor_value, :sample_count, :average, :sum, :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#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.
2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2443 class InsightRuleMetricDatapoint < Struct.new( :timestamp, :unique_contributors, :max_contributor_value, :sample_count, :average, :sum, :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#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.
2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2443 class InsightRuleMetricDatapoint < Struct.new( :timestamp, :unique_contributors, :max_contributor_value, :sample_count, :average, :sum, :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#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.
2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2443 class InsightRuleMetricDatapoint < Struct.new( :timestamp, :unique_contributors, :max_contributor_value, :sample_count, :average, :sum, :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the data point.
2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2443 class InsightRuleMetricDatapoint < Struct.new( :timestamp, :unique_contributors, :max_contributor_value, :sample_count, :average, :sum, :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#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.
2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2443 class InsightRuleMetricDatapoint < Struct.new( :timestamp, :unique_contributors, :max_contributor_value, :sample_count, :average, :sum, :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |