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.
9719 9720 9721 |
# File 'sig/types.rbs', line 9719 def metric_data_results @metric_data_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9720 9721 9722 |
# File 'sig/types.rbs', line 9720 def next_token @next_token end |