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.



4563
4564
4565
4566
4567
4568
4569
# File 'lib/aws-sdk-deadline/types.rb', line 4563

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

#fleet_idString

The fleet ID of the worker.



4563
4564
4565
4566
4567
4568
4569
# File 'lib/aws-sdk-deadline/types.rb', line 4563

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

#worker_idString

The worker ID.



4563
4564
4565
4566
4567
4568
4569
# File 'lib/aws-sdk-deadline/types.rb', line 4563

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