Class: Aws::AppStream::Types::DisassociateFleetRequest

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)


3828
3829
3830
3831
3832
3833
# File 'lib/aws-sdk-appstream/types.rb', line 3828

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

#stack_nameString

The name of the stack.

Returns:

  • (String)


3828
3829
3830
3831
3832
3833
# File 'lib/aws-sdk-appstream/types.rb', line 3828

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