Class: Aws::Types::DescribeScalingPlanResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalingPlanResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
-
#scaling_plan_version ⇒ ::Integer
Returns the value of attribute scaling_plan_version.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
70 71 72 |
# File 'sig/types.rbs', line 70 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
71 72 73 |
# File 'sig/types.rbs', line 71 def next_token @next_token end |
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
68 69 70 |
# File 'sig/types.rbs', line 68 def scaling_plan_name @scaling_plan_name end |
#scaling_plan_version ⇒ ::Integer
Returns the value of attribute scaling_plan_version.
69 70 71 |
# File 'sig/types.rbs', line 69 def scaling_plan_version @scaling_plan_version end |