Class: Aws::Types::DeleteWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWorkspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def client_token @client_token end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def workspace_name @workspace_name end |