Module: Aws::CloudWatch::Client::_GetInsightRuleReportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInsightRuleReportOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregate_value ⇒ ::Float
- #aggregation_statistic ⇒ ::String
- #approximate_unique_count ⇒ ::Integer
- #contributors ⇒ ::Array[Types::InsightRuleContributor]
- #key_labels ⇒ ::Array[::String]
- #metric_datapoints ⇒ ::Array[Types::InsightRuleMetricDatapoint]
Instance Method Details
#aggregate_value ⇒ ::Float
347 |
# File 'sig/client.rbs', line 347 def aggregate_value: () -> ::Float |
#aggregation_statistic ⇒ ::String
346 |
# File 'sig/client.rbs', line 346 def aggregation_statistic: () -> ::String |
#approximate_unique_count ⇒ ::Integer
348 |
# File 'sig/client.rbs', line 348 def approximate_unique_count: () -> ::Integer |
#contributors ⇒ ::Array[Types::InsightRuleContributor]
349 |
# File 'sig/client.rbs', line 349 def contributors: () -> ::Array[Types::InsightRuleContributor] |
#key_labels ⇒ ::Array[::String]
345 |
# File 'sig/client.rbs', line 345 def key_labels: () -> ::Array[::String] |
#metric_datapoints ⇒ ::Array[Types::InsightRuleMetricDatapoint]
350 |
# File 'sig/client.rbs', line 350 def metric_datapoints: () -> ::Array[Types::InsightRuleMetricDatapoint] |