Class: Aws::Types::WorkspaceConfigurationStatus
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceConfigurationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status_code ⇒ "ACTIVE", ...
Returns the value of attribute status_code.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#status_code ⇒ "ACTIVE", ...
Returns the value of attribute status_code.
915 916 917 |
# File 'sig/types.rbs', line 915 def status_code @status_code end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
916 917 918 |
# File 'sig/types.rbs', line 916 def status_reason @status_reason end |