Class: Aws::AppStream::Types::DescribeApplicationFleetAssociationsResult

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_fleet_associationsArray<Types::ApplicationFleetAssociation>

The application fleet associations in the list.



2385
2386
2387
2388
2389
2390
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2385

class DescribeApplicationFleetAssociationsResult < Struct.new(
  :application_fleet_associations,
  :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)


2385
2386
2387
2388
2389
2390
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2385

class DescribeApplicationFleetAssociationsResult < Struct.new(
  :application_fleet_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end