Class: Aws::WorkSpaces::Types::DescribeApplicationAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeApplicationAssociationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::ApplicationResourceAssociation>
List of associations and information about them.
-
#next_token ⇒ String
If you received a ‘NextToken` from a previous call that was paginated, provide this token to receive the next set of results.
Instance Attribute Details
#associations ⇒ Array<Types::ApplicationResourceAssociation>
List of associations and information about them.
1768 1769 1770 1771 1772 1773 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1768 class DescribeApplicationAssociationsResult < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If you received a ‘NextToken` from a previous call that was paginated, provide this token to receive the next set of results.
1768 1769 1770 1771 1772 1773 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1768 class DescribeApplicationAssociationsResult < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end |