Class: Aws::Types::AssociationStateDetails
- Inherits:
-
Object
- Object
- Aws::Types::AssociationStateDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ ::String
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#state ⇒ ::String
Returns the value of attribute state.
169 170 171 |
# File 'sig/types.rbs', line 169 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
170 171 172 |
# File 'sig/types.rbs', line 170 def @status_message end |