class Aws::CloudWatch::Types::GetInsightRuleReportOutput

@!attribute [rw] key_labels

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.
@return [Array<String>]

@!attribute [rw] aggregation_statistic

Specifies whether this rule aggregates contributor data by COUNT or
SUM.
@return [String]

@!attribute [rw] aggregate_value

The sum of the values from all individual contributors that match
the rule.
@return [Float]

@!attribute [rw] approximate_unique_count

An approximate count of the unique contributors found by this rule
in this time period.
@return [Integer]

@!attribute [rw] contributors

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.
@return [Array<Types::InsightRuleContributor>]

@!attribute [rw] metric_datapoints

A time series of metric data points that matches the time period in
the rule request.
@return [Array<Types::InsightRuleMetricDatapoint>]

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

Constants

SENSITIVE