Class: Aws::Types::DescribeScalingPoliciesOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalingPoliciesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scaling_policies ⇒ ::Array[Types::ScalingPolicy]
Returns the value of attribute scaling_policies.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def next_token @next_token end |
#scaling_policies ⇒ ::Array[Types::ScalingPolicy]
Returns the value of attribute scaling_policies.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def scaling_policies @scaling_policies end |