Class: Aws::Deadline::Types::DeleteFleetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1665

class DeleteFleetRequest < Struct.new(
  :client_token,
  :farm_id,
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

The farm ID of the farm to remove from the fleet.

Returns:

  • (String)


1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1665

class DeleteFleetRequest < Struct.new(
  :client_token,
  :farm_id,
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID of the fleet to delete.

Returns:

  • (String)


1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1665

class DeleteFleetRequest < Struct.new(
  :client_token,
  :farm_id,
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end