Class: Aws::Types::SafetyLever
- Inherits:
-
Object
- Object
- Aws::Types::SafetyLever
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#state ⇒ Types::SafetyLeverState
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
658 659 660 |
# File 'sig/types.rbs', line 658 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
657 658 659 |
# File 'sig/types.rbs', line 657 def id @id end |
#state ⇒ Types::SafetyLeverState
Returns the value of attribute state.
659 660 661 |
# File 'sig/types.rbs', line 659 def state @state end |