Class: Aws::AppStream::Types::AssociateApplicationFleetRequest

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)


442
443
444
445
446
447
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 442

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

#fleet_nameString

The name of the fleet.

Returns:

  • (String)


442
443
444
445
446
447
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 442

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