Class: Aws::Types::CreateWorkspaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#status ⇒ Types::WorkspaceStatus
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
217 218 219 |
# File 'sig/types.rbs', line 217 def arn @arn end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
220 221 222 |
# File 'sig/types.rbs', line 220 def kms_key_arn @kms_key_arn end |
#status ⇒ Types::WorkspaceStatus
Returns the value of attribute status.
218 219 220 |
# File 'sig/types.rbs', line 218 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
219 220 221 |
# File 'sig/types.rbs', line 219 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
216 217 218 |
# File 'sig/types.rbs', line 216 def workspace_id @workspace_id end |