Class: Aws::Deadline::Types::DeleteWorkerRequest

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

#farm_idString

The farm ID of the worker to delete.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1841

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

#fleet_idString

The fleet ID of the worker to delete.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1841

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

#worker_idString

The worker ID of the worker to delete.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1841

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