Class: Aws::WorkSpaces::Types::DescribeWorkspaceAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeWorkspaceAssociationsResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::WorkspaceResourceAssociation>
List of information about the specified associations.
Instance Attribute Details
#associations ⇒ Array<Types::WorkspaceResourceAssociation>
List of information about the specified associations.
2192 2193 2194 2195 2196 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2192 class DescribeWorkspaceAssociationsResult < Struct.new( :associations) SENSITIVE = [] include Aws::Structure end |