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.
1856 1857 1858 1859 1860 1861 1862 1863 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1856 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.
1856 1857 1858 1859 1860 1861 1862 1863 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1856 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.
1856 1857 1858 1859 1860 1861 1862 1863 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1856 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.
1856 1857 1858 1859 1860 1861 1862 1863 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1856 class DescribeApplicationFleetAssociationsRequest < Struct.new( :fleet_name, :application_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |