Class: Aws::Types::ListMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMetricsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_summary_list ⇒ ::Array[Types::MetricSummary]
Returns the value of attribute metric_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#metric_summary_list ⇒ ::Array[Types::MetricSummary]
Returns the value of attribute metric_summary_list.
5280 5281 5282 |
# File 'sig/types.rbs', line 5280 def metric_summary_list @metric_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5281 5282 5283 |
# File 'sig/types.rbs', line 5281 def next_token @next_token end |