Class: Aws::WorkSpaces::Types::DescribeApplicationAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeApplicationAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the specified application.
-
#associated_resource_types ⇒ Array<String>
The resource type of the associated resources.
-
#max_results ⇒ Integer
The maximum number of associations to return.
-
#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
#application_id ⇒ String
The identifier of the specified application.
1748 1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1748 class DescribeApplicationAssociationsRequest < Struct.new( :max_results, :next_token, :application_id, :associated_resource_types) SENSITIVE = [] include Aws::Structure end |
#associated_resource_types ⇒ Array<String>
The resource type of the associated resources.
1748 1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1748 class DescribeApplicationAssociationsRequest < Struct.new( :max_results, :next_token, :application_id, :associated_resource_types) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of associations to return.
1748 1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1748 class DescribeApplicationAssociationsRequest < Struct.new( :max_results, :next_token, :application_id, :associated_resource_types) 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.
1748 1749 1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1748 class DescribeApplicationAssociationsRequest < Struct.new( :max_results, :next_token, :application_id, :associated_resource_types) SENSITIVE = [] include Aws::Structure end |