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.
9737 9738 9739 |
# File 'sig/types.rbs', line 9737 def metric_dimension_results @metric_dimension_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9738 9739 9740 |
# File 'sig/types.rbs', line 9738 def next_token @next_token end |