Class: Aws::CloudWatch::Types::InsightRuleMetricDatapoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::InsightRuleMetricDatapoint
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html
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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1952 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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1952 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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1952 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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1952 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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1952 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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1952 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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1952 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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1952 class InsightRuleMetricDatapoint < Struct.new( :timestamp, :unique_contributors, :max_contributor_value, :sample_count, :average, :sum, :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |