Module: Aws::Connect::Client::_GetCurrentMetricDataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCurrentMetricDataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #data_snapshot_time ⇒ ::Time
- #metric_results ⇒ ::Array[Types::CurrentMetricResult]
- #next_token ⇒ ::String
Instance Method Details
#approximate_total_count ⇒ ::Integer
2435 |
# File 'sig/client.rbs', line 2435
def approximate_total_count: () -> ::Integer
|
#data_snapshot_time ⇒ ::Time
2434 |
# File 'sig/client.rbs', line 2434
def data_snapshot_time: () -> ::Time
|
#metric_results ⇒ ::Array[Types::CurrentMetricResult]
2433 |
# File 'sig/client.rbs', line 2433
def metric_results: () -> ::Array[Types::CurrentMetricResult]
|
#next_token ⇒ ::String
2432 |
# File 'sig/client.rbs', line 2432
def next_token: () -> ::String
|