Class: Aws::Types::UpdateWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkspaceRequest
- 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.
-
#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.
3818 3819 3820 |
# File 'sig/types.rbs', line 3818 def client_token @client_token end |
#encryption_configuration ⇒ Types::WorkspaceEncryptionConfiguration
Returns the value of attribute encryption_configuration.
3817 3818 3819 |
# File 'sig/types.rbs', line 3817 def encryption_configuration @encryption_configuration end |
#workspace_description ⇒ ::String
Returns the value of attribute workspace_description.
3816 3817 3818 |
# File 'sig/types.rbs', line 3816 def workspace_description @workspace_description end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3815 3816 3817 |
# File 'sig/types.rbs', line 3815 def workspace_name @workspace_name end |