Class: Aws::Types::DescribeScalingPlansResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalingPlansResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scaling_plans ⇒ ::Array[Types::ScalingPlan]
Returns the value of attribute scaling_plans.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
92 93 94 |
# File 'sig/types.rbs', line 92 def next_token @next_token end |
#scaling_plans ⇒ ::Array[Types::ScalingPlan]
Returns the value of attribute scaling_plans.
91 92 93 |
# File 'sig/types.rbs', line 91 def scaling_plans @scaling_plans end |