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)


4090
4091
4092
4093
4094
4095
4096
# File 'lib/aws-sdk-deadline/types.rb', line 4090

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)


4090
4091
4092
4093
4094
4095
4096
# File 'lib/aws-sdk-deadline/types.rb', line 4090

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

#worker_idString

The worker ID.

Returns:

  • (String)


4090
4091
4092
4093
4094
4095
4096
# File 'lib/aws-sdk-deadline/types.rb', line 4090

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