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)


2158
2159
2160
2161
2162
2163
2164
# File 'lib/aws-sdk-deadline/types.rb', line 2158

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)


2158
2159
2160
2161
2162
2163
2164
# File 'lib/aws-sdk-deadline/types.rb', line 2158

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)


2158
2159
2160
2161
2162
2163
2164
# File 'lib/aws-sdk-deadline/types.rb', line 2158

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