Class: Aws::Types::CreateWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
208 209 210 |
# File 'sig/types.rbs', line 208 def alias @alias end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
209 210 211 |
# File 'sig/types.rbs', line 209 def client_token @client_token end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
211 212 213 |
# File 'sig/types.rbs', line 211 def kms_key_arn @kms_key_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
210 211 212 |
# File 'sig/types.rbs', line 210 def @tags end |