Module: Aws::LookoutMetrics::Client::_ListAnomalyGroupSummariesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListAnomalyGroupSummariesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #anomaly_group_statistics ⇒ Types::AnomalyGroupStatistics
- #anomaly_group_summary_list ⇒ ::Array[Types::AnomalyGroupSummary]
- #next_token ⇒ ::String
Instance Method Details
#anomaly_group_statistics ⇒ Types::AnomalyGroupStatistics
476 |
# File 'sig/client.rbs', line 476
def anomaly_group_statistics: () -> Types::AnomalyGroupStatistics
|
#anomaly_group_summary_list ⇒ ::Array[Types::AnomalyGroupSummary]
475 |
# File 'sig/client.rbs', line 475
def anomaly_group_summary_list: () -> ::Array[Types::AnomalyGroupSummary]
|
#next_token ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def next_token: () -> ::String
|