Class: Aws::Types::UpdateSafetyLeverStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSafetyLeverStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#state ⇒ Types::UpdateSafetyLeverStateInput
Returns the value of attribute state.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
823 824 825 |
# File 'sig/types.rbs', line 823 def id @id end |
#state ⇒ Types::UpdateSafetyLeverStateInput
Returns the value of attribute state.
824 825 826 |
# File 'sig/types.rbs', line 824 def state @state end |