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.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def next_token @next_token end |
#scaling_policies ⇒ ::Array[Types::ScalingPolicy]
Returns the value of attribute scaling_policies.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def scaling_policies @scaling_policies end |