Class: Aws::AppStream::Types::DescribeApplicationFleetAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeApplicationFleetAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the application.
-
#fleet_name ⇒ String
The name of the fleet.
-
#max_results ⇒ Integer
The maximum size of each page of results.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the application.
2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-appstream/types.rb', line 2454 class DescribeApplicationFleetAssociationsRequest < Struct.new( :fleet_name, :application_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#fleet_name ⇒ String
The name of the fleet.
2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-appstream/types.rb', line 2454 class DescribeApplicationFleetAssociationsRequest < Struct.new( :fleet_name, :application_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of each page of results.
2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-appstream/types.rb', line 2454 class DescribeApplicationFleetAssociationsRequest < Struct.new( :fleet_name, :application_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-appstream/types.rb', line 2454 class DescribeApplicationFleetAssociationsRequest < Struct.new( :fleet_name, :application_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |