Class: Aws::Types::AutoScalingPolicyStatus
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingPolicyStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ Types::AutoScalingPolicyStateChangeReason
Returns the value of attribute state_change_reason.
Instance Attribute Details
#state ⇒ "PENDING", ...
Returns the value of attribute state.
87 88 89 |
# File 'sig/types.rbs', line 87 def state @state end |
#state_change_reason ⇒ Types::AutoScalingPolicyStateChangeReason
Returns the value of attribute state_change_reason.
88 89 90 |
# File 'sig/types.rbs', line 88 def state_change_reason @state_change_reason end |