Class: Aws::Types::GetCapacityManagerMetricDataResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCapacityManagerMetricDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_data_results ⇒ ::Array[Types::MetricDataResult]
Returns the value of attribute metric_data_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#metric_data_results ⇒ ::Array[Types::MetricDataResult]
Returns the value of attribute metric_data_results.
9944 9945 9946 |
# File 'sig/types.rbs', line 9944 def metric_data_results @metric_data_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9945 9946 9947 |
# File 'sig/types.rbs', line 9945 def next_token @next_token end |