Class: Aws::Types::UpdateSafetyLeverStateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSafetyLeverStateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "disengaged", "engaged"
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
818 819 820 |
# File 'sig/types.rbs', line 818 def reason @reason end |
#status ⇒ "disengaged", "engaged"
Returns the value of attribute status.
817 818 819 |
# File 'sig/types.rbs', line 817 def status @status end |