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

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

#fleet_nameString

The name of the fleet.

Returns:

  • (String)


3088
3089
3090
3091
3092
3093
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3088

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

#stack_nameString

The name of the stack.

Returns:

  • (String)


3088
3089
3090
3091
3092
3093
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3088

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