Class: Aws::Types::ModifyWorkspaceStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyWorkspaceStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
-
#workspace_state ⇒ "AVAILABLE", "ADMIN_MAINTENANCE"
Returns the value of attribute workspace_state.
Instance Attribute Details
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def workspace_id @workspace_id end |
#workspace_state ⇒ "AVAILABLE", "ADMIN_MAINTENANCE"
Returns the value of attribute workspace_state.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def workspace_state @workspace_state end |