Class: Aws::AppStream::Types::AssociateFleetRequest

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

#fleet_nameString

The name of the fleet.

Returns:

  • (String)


499
500
501
502
503
504
# File 'lib/aws-sdk-appstream/types.rb', line 499

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

#stack_nameString

The name of the stack.

Returns:

  • (String)


499
500
501
502
503
504
# File 'lib/aws-sdk-appstream/types.rb', line 499

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