Class: Aws::Types::ListMetricValuesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMetricValuesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_datum_list ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute metric_datum_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#metric_datum_list ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute metric_datum_list.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def metric_datum_list @metric_datum_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def next_token @next_token end |