Class: Aws::Types::CreateWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
267 268 269 |
# File 'sig/types.rbs', line 267 def description @description end |
#role ⇒ ::String
Returns the value of attribute role.
269 270 271 |
# File 'sig/types.rbs', line 269 def role @role end |
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
268 269 270 |
# File 'sig/types.rbs', line 268 def s3_location @s3_location end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
270 271 272 |
# File 'sig/types.rbs', line 270 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
266 267 268 |
# File 'sig/types.rbs', line 266 def workspace_id @workspace_id end |