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
2448 |
# File 'sig/client.rbs', line 2448
def approximate_total_count: () -> ::Integer
|
#data_snapshot_time ⇒ ::Time
2447 |
# File 'sig/client.rbs', line 2447
def data_snapshot_time: () -> ::Time
|
#metric_results ⇒ ::Array[Types::CurrentMetricResult]
2446 |
# File 'sig/client.rbs', line 2446
def metric_results: () -> ::Array[Types::CurrentMetricResult]
|
#next_token ⇒ ::String
2445 |
# File 'sig/client.rbs', line 2445
def next_token: () -> ::String
|