Class: Aws::AppStream::Types::DescribeApplicationFleetAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeApplicationFleetAssociationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_fleet_associations ⇒ Array<Types::ApplicationFleetAssociation>
The application fleet associations in the list.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#application_fleet_associations ⇒ Array<Types::ApplicationFleetAssociation>
The application fleet associations in the list.
2474 2475 2476 2477 2478 2479 |
# File 'lib/aws-sdk-appstream/types.rb', line 2474 class DescribeApplicationFleetAssociationsResult < Struct.new( :application_fleet_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2474 2475 2476 2477 2478 2479 |
# File 'lib/aws-sdk-appstream/types.rb', line 2474 class DescribeApplicationFleetAssociationsResult < Struct.new( :application_fleet_associations, :next_token) SENSITIVE = [] include Aws::Structure end |