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
345 |
# File 'sig/client.rbs', line 345
def aggregate_value: () -> ::Float
|
#aggregation_statistic ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def aggregation_statistic: () -> ::String
|
#approximate_unique_count ⇒ ::Integer
346 |
# File 'sig/client.rbs', line 346
def approximate_unique_count: () -> ::Integer
|
#contributors ⇒ ::Array[Types::InsightRuleContributor]
347 |
# File 'sig/client.rbs', line 347
def contributors: () -> ::Array[Types::InsightRuleContributor]
|
#key_labels ⇒ ::Array[::String]
343 |
# File 'sig/client.rbs', line 343
def key_labels: () -> ::Array[::String]
|
#metric_datapoints ⇒ ::Array[Types::InsightRuleMetricDatapoint]
348 |
# File 'sig/client.rbs', line 348
def metric_datapoints: () -> ::Array[Types::InsightRuleMetricDatapoint]
|