Class: Aws::Types::ConversationState
- Inherits:
-
Object
- Object
- Aws::Types::ConversationState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ "SUCCESS", ...
Returns the value of attribute reason.
-
#status ⇒ "CLOSED", ...
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ "SUCCESS", ...
Returns the value of attribute reason.
565 566 567 |
# File 'sig/types.rbs', line 565 def reason @reason end |
#status ⇒ "CLOSED", ...
Returns the value of attribute status.
564 565 566 |
# File 'sig/types.rbs', line 564 def status @status end |