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