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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.


1876
1877
1878
1879
1880
1881
# File 'lib/aws-sdk-appstream/types.rb', line 1876

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)

1876
1877
1878
1879
1880
1881
# File 'lib/aws-sdk-appstream/types.rb', line 1876

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