Class: Aws::Types::DescribeScalingPlanResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalingPlanResourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scaling_plan_resources ⇒ ::Array[Types::ScalingPlanResource]
Returns the value of attribute scaling_plan_resources.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
77 78 79 |
# File 'sig/types.rbs', line 77 def next_token @next_token end |
#scaling_plan_resources ⇒ ::Array[Types::ScalingPlanResource]
Returns the value of attribute scaling_plan_resources.
76 77 78 |
# File 'sig/types.rbs', line 76 def scaling_plan_resources @scaling_plan_resources end |