Class: Aws::Types::GetCapacityManagerMetricDimensionsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCapacityManagerMetricDimensionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_dimension_results ⇒ ::Array[Types::CapacityManagerDimension]
Returns the value of attribute metric_dimension_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#metric_dimension_results ⇒ ::Array[Types::CapacityManagerDimension]
Returns the value of attribute metric_dimension_results.
9962 9963 9964 |
# File 'sig/types.rbs', line 9962 def metric_dimension_results @metric_dimension_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9963 9964 9965 |
# File 'sig/types.rbs', line 9963 def next_token @next_token end |