Class: Aws::Types::DeleteWorkspacePageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWorkspacePageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#page ⇒ ::String
Returns the value of attribute page.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def instance_id @instance_id end |
#page ⇒ ::String
Returns the value of attribute page.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def page @page end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def workspace_id @workspace_id end |