Class: Aws::AppStream::Types::AssociateApplicationFleetResult

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_associationTypes::ApplicationFleetAssociation

If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.



457
458
459
460
461
# File 'lib/aws-sdk-appstream/types.rb', line 457

class AssociateApplicationFleetResult < Struct.new(
  :application_fleet_association)
  SENSITIVE = []
  include Aws::Structure
end