Class: Aws::Types::DescribeWorkspaceAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspaceAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_types ⇒ ::Array[("APPLICATION")]
Returns the value of attribute associated_resource_types.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#associated_resource_types ⇒ ::Array[("APPLICATION")]
Returns the value of attribute associated_resource_types.
697 698 699 |
# File 'sig/types.rbs', line 697 def associated_resource_types @associated_resource_types end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
696 697 698 |
# File 'sig/types.rbs', line 696 def workspace_id @workspace_id end |