class
Amazonite::CloudWatch::GetInsightRuleReportOutput
- Amazonite::CloudWatch::GetInsightRuleReportOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_insight_rule_report_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(key_labels : Array(String) | Nil = nil, aggregation_statistic : String | Nil = nil, aggregate_value : Float64 | Nil = nil, approximate_unique_count : Int64 | Nil = nil, contributors : Array(InsightRuleContributor) | Nil = nil, metric_datapoints : Array(InsightRuleMetricDatapoint) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#aggregate_value : Float64 | Nil
The sum of the values from all individual contributors that match the rule.
-
#aggregate_value=(aggregate_value : Float64 | Nil)
The sum of the values from all individual contributors that match the rule.
-
#aggregation_statistic : String | Nil
Specifies whether this rule aggregates contributor data by COUNT or SUM.
-
#aggregation_statistic=(aggregation_statistic : String | Nil)
Specifies whether this rule aggregates contributor data by COUNT or SUM.
-
#approximate_unique_count : Int64 | Nil
An approximate count of the unique contributors found by this rule in this time period.
-
#approximate_unique_count=(approximate_unique_count : Int64 | Nil)
An approximate count of the unique contributors found by this rule in this time period.
-
#contributors : Array(InsightRuleContributor) | Nil
An array of the unique contributors found by this rule in this time period.
-
#contributors=(contributors : Array(InsightRuleContributor) | Nil)
An array of the unique contributors found by this rule in this time period.
-
#hash(hasher)
See
Object#hash(hasher) -
#key_labels : Array(String) | Nil
An array of the strings used as the keys for this rule.
-
#key_labels=(key_labels : Array(String) | Nil)
An array of the strings used as the keys for this rule.
-
#metric_datapoints : Array(InsightRuleMetricDatapoint) | Nil
A time series of metric data points that matches the time period in the rule request.
-
#metric_datapoints=(metric_datapoints : Array(InsightRuleMetricDatapoint) | Nil)
A time series of metric data points that matches the time period in the rule request.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The sum of the values from all individual contributors that match the rule.
The sum of the values from all individual contributors that match the rule.
Specifies whether this rule aggregates contributor data by COUNT or SUM.
Specifies whether this rule aggregates contributor data by COUNT or SUM.
An approximate count of the unique contributors found by this rule in this time period.
An approximate count of the unique contributors found by this rule in this time period.
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.
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.
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.
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.
A time series of metric data points that matches the time period in the rule request.
A time series of metric data points that matches the time period in the rule request.