Class: Aws::Types::DisassociateWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateWorkspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def instance_id @instance_id end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def resource_arns @resource_arns end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def workspace_id @workspace_id end |