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

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

Overview

Note:

When making an API call, you may pass DisassociateFleetRequest data as a hash:

{
  fleet_name: "String", # required
  stack_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_nameString

The name of the fleet.

Returns:

  • (String)


1683
1684
1685
1686
1687
# File 'lib/aws-sdk-appstream/types.rb', line 1683

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

#stack_nameString

The name of the stack.

Returns:

  • (String)


1683
1684
1685
1686
1687
# File 'lib/aws-sdk-appstream/types.rb', line 1683

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