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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


3911
3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3911

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)


3911
3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3911

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

#worker_idString

The worker ID.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3911

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