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.
5181 5182 5183 |
# File 'sig/types.rbs', line 5181 def metric_summary_list @metric_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5182 5183 5184 |
# File 'sig/types.rbs', line 5182 def next_token @next_token end |