Class: Aws::AppStream::Types::DescribeApplicationFleetAssociationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The ARN of the application.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
2371
2372
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2365

class DescribeApplicationFleetAssociationsRequest < Struct.new(
  :fleet_name,
  :application_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_nameString

The name of the fleet.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
2371
2372
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2365

class DescribeApplicationFleetAssociationsRequest < Struct.new(
  :fleet_name,
  :application_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


2365
2366
2367
2368
2369
2370
2371
2372
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2365

class DescribeApplicationFleetAssociationsRequest < Struct.new(
  :fleet_name,
  :application_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
2371
2372
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2365

class DescribeApplicationFleetAssociationsRequest < Struct.new(
  :fleet_name,
  :application_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end