Class: Aws::Types::PoliciesType
- Inherits:
-
Object
- Object
- Aws::Types::PoliciesType
- 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.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def next_token @next_token end |
#scaling_policies ⇒ ::Array[Types::ScalingPolicy]
Returns the value of attribute scaling_policies.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def scaling_policies @scaling_policies end |