Class: Aws::CloudWatch::Types::GetInsightRuleReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetInsightRuleReportOutput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregate_value ⇒ Float
The sum of the values from all individual contributors that match the rule.
-
#aggregation_statistic ⇒ String
Specifies whether this rule aggregates contributor data by COUNT or SUM.
-
#approximate_unique_count ⇒ Integer
An approximate count of the unique contributors found by this rule in this time period.
-
#contributors ⇒ Array<Types::InsightRuleContributor>
An array of the unique contributors found by this rule in this time period.
-
#key_labels ⇒ Array<String>
An array of the strings used as the keys for this rule.
-
#metric_datapoints ⇒ Array<Types::InsightRuleMetricDatapoint>
A time series of metric data points that matches the time period in the rule request.
Instance Attribute Details
#aggregate_value ⇒ Float
The sum of the values from all individual contributors that match the rule.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1219 class GetInsightRuleReportOutput < Struct.new( :key_labels, :aggregation_statistic, :aggregate_value, :approximate_unique_count, :contributors, :metric_datapoints) SENSITIVE = [] include Aws::Structure end |
#aggregation_statistic ⇒ String
Specifies whether this rule aggregates contributor data by COUNT or SUM.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1219 class GetInsightRuleReportOutput < Struct.new( :key_labels, :aggregation_statistic, :aggregate_value, :approximate_unique_count, :contributors, :metric_datapoints) SENSITIVE = [] include Aws::Structure end |
#approximate_unique_count ⇒ Integer
An approximate count of the unique contributors found by this rule in this time period.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1219 class GetInsightRuleReportOutput < Struct.new( :key_labels, :aggregation_statistic, :aggregate_value, :approximate_unique_count, :contributors, :metric_datapoints) SENSITIVE = [] include Aws::Structure end |
#contributors ⇒ Array<Types::InsightRuleContributor>
An array of the unique contributors found by this rule in this time period. If the rule contains multiple keys, each combination of values for the keys counts as a unique contributor.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1219 class GetInsightRuleReportOutput < Struct.new( :key_labels, :aggregation_statistic, :aggregate_value, :approximate_unique_count, :contributors, :metric_datapoints) SENSITIVE = [] include Aws::Structure end |
#key_labels ⇒ Array<String>
An array of the strings used as the keys for this rule. The keys are the dimensions used to classify contributors. If the rule contains more than one key, then each unique combination of values for the keys is counted as a unique contributor.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1219 class GetInsightRuleReportOutput < Struct.new( :key_labels, :aggregation_statistic, :aggregate_value, :approximate_unique_count, :contributors, :metric_datapoints) SENSITIVE = [] include Aws::Structure end |
#metric_datapoints ⇒ Array<Types::InsightRuleMetricDatapoint>
A time series of metric data points that matches the time period in the rule request.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1219 class GetInsightRuleReportOutput < Struct.new( :key_labels, :aggregation_statistic, :aggregate_value, :approximate_unique_count, :contributors, :metric_datapoints) SENSITIVE = [] include Aws::Structure end |