Class: Aws::AppStream::Types::ApplicationFleetAssociation

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

Overview

Describes the application fleet association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The ARN of the application associated with the fleet.

Returns:

  • (String)


344
345
346
347
348
349
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 344

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

#fleet_nameString

The name of the fleet associated with the application.

Returns:

  • (String)


344
345
346
347
348
349
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 344

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