Class: Aws::AppStream::Types::DescribeApplicationFleetAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeApplicationFleetAssociationsRequest
- Defined in:
- gems/aws-sdk-appstream/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.
3025 3026 3027 3028 3029 3030 3031 3032 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3025 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.
3025 3026 3027 3028 3029 3030 3031 3032 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3025 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.
3025 3026 3027 3028 3029 3030 3031 3032 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3025 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.
3025 3026 3027 3028 3029 3030 3031 3032 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3025 class DescribeApplicationFleetAssociationsRequest < Struct.new( :fleet_name, :application_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |