Class: Aws::Types::AssociateWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateWorkspaceRequest
- 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.
421 422 423 |
# File 'sig/types.rbs', line 421 def instance_id @instance_id end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
423 424 425 |
# File 'sig/types.rbs', line 423 def resource_arns @resource_arns end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def workspace_id @workspace_id end |