Class: Aws::Types::CreateWorkspaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#workspace_arn ⇒ ::String
Returns the value of attribute workspace_arn.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
-
#workspace_status ⇒ Types::WorkspaceStatus
Returns the value of attribute workspace_status.
Instance Attribute Details
#workspace_arn ⇒ ::String
Returns the value of attribute workspace_arn.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def workspace_arn @workspace_arn end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def workspace_name @workspace_name end |
#workspace_status ⇒ Types::WorkspaceStatus
Returns the value of attribute workspace_status.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def workspace_status @workspace_status end |