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_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#workspace_arn ⇒ ::String
Returns the value of attribute workspace_arn.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def workspace_arn @workspace_arn end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def workspace_id @workspace_id end |