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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1947
1948
1949
1950
1951
1952
1953
# File 'lib/aws-sdk-deadline/types.rb', line 1947

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)


1947
1948
1949
1950
1951
1952
1953
# File 'lib/aws-sdk-deadline/types.rb', line 1947

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)


1947
1948
1949
1950
1951
1952
1953
# File 'lib/aws-sdk-deadline/types.rb', line 1947

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