Class: Aws::Deadline::Types::GetWorkerRequest

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 for the worker.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
# File 'lib/aws-sdk-deadline/types.rb', line 4484

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

#fleet_idString

The fleet ID of the worker.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
# File 'lib/aws-sdk-deadline/types.rb', line 4484

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

#worker_idString

The worker ID.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
# File 'lib/aws-sdk-deadline/types.rb', line 4484

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