Module: Aws::PI::Client::_GetResourceMetricsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceMetricsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aligned_end_time ⇒ ::Time
- #aligned_start_time ⇒ ::Time
- #identifier ⇒ ::String
- #metric_list ⇒ ::Array[Types::MetricKeyDataPoints]
- #next_token ⇒ ::String
Instance Method Details
#aligned_end_time ⇒ ::Time
188 |
# File 'sig/client.rbs', line 188
def aligned_end_time: () -> ::Time
|
#aligned_start_time ⇒ ::Time
187 |
# File 'sig/client.rbs', line 187
def aligned_start_time: () -> ::Time
|
#identifier ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def identifier: () -> ::String
|
#metric_list ⇒ ::Array[Types::MetricKeyDataPoints]
190 |
# File 'sig/client.rbs', line 190
def metric_list: () -> ::Array[Types::MetricKeyDataPoints]
|
#next_token ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def next_token: () -> ::String
|