Class: Aws::Types::DeleteWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWorkspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def instance_id @instance_id end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def workspace_id @workspace_id end |