Class: Aws::Types::OpenSearchResourceStatus
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchResourceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def @status_message end |