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
Note:
When making an API call, you may pass DescribeApplicationFleetAssociationsRequest data as a hash:
{
fleet_name: "Name",
application_arn: "Arn",
max_results: 1,
next_token: "String",
}
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.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2215 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.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2215 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.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2215 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.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2215 class DescribeApplicationFleetAssociationsRequest < Struct.new( :fleet_name, :application_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |