Class: Aws::Deadline::Types::BatchGetJobEntityRequest

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 of the worker that's fetching job details. The worker must have an assignment on a job to fetch job details.

Returns:

  • (String)


621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 621

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

#fleet_idString

The fleet ID of the worker that's fetching job details. The worker must have an assignment on a job to fetch job details.

Returns:

  • (String)


621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 621

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

#identifiersArray<Types::JobEntityIdentifiersUnion>

The job identifiers to include within the job entity batch details.



621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 621

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

#worker_idString

The worker ID of the worker containing the job details to get.

Returns:

  • (String)


621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 621

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