Class: Aws::Types::CreateWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#encryption_configuration ⇒ Types::WorkspaceEncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_description ⇒ ::String
Returns the value of attribute workspace_description.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def client_token @client_token end |
#encryption_configuration ⇒ Types::WorkspaceEncryptionConfiguration
Returns the value of attribute encryption_configuration.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def encryption_configuration @encryption_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def @tags end |
#workspace_description ⇒ ::String
Returns the value of attribute workspace_description.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def workspace_description @workspace_description end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def workspace_name @workspace_name end |