Class: Aws::Deadline::Types::BatchGetJobEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetJobEntityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the worker that’s fetching job details.
-
#fleet_id ⇒ String
The fleet ID of the worker that’s fetching job details.
-
#identifiers ⇒ Array<Types::JobEntityIdentifiersUnion>
The job identifiers to include within the job entity batch details.
-
#worker_id ⇒ String
The worker ID of the worker containing the job details to get.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the worker that’s fetching job details. The worker must have an assignment on a job to fetch job details.
670 671 672 673 674 675 676 677 |
# File 'lib/aws-sdk-deadline/types.rb', line 670 class BatchGetJobEntityRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :identifiers) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the worker that’s fetching job details. The worker must have an assignment on a job to fetch job details.
670 671 672 673 674 675 676 677 |
# File 'lib/aws-sdk-deadline/types.rb', line 670 class BatchGetJobEntityRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :identifiers) SENSITIVE = [] include Aws::Structure end |
#identifiers ⇒ Array<Types::JobEntityIdentifiersUnion>
The job identifiers to include within the job entity batch details.
670 671 672 673 674 675 676 677 |
# File 'lib/aws-sdk-deadline/types.rb', line 670 class BatchGetJobEntityRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :identifiers) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID of the worker containing the job details to get.
670 671 672 673 674 675 676 677 |
# File 'lib/aws-sdk-deadline/types.rb', line 670 class BatchGetJobEntityRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :identifiers) SENSITIVE = [] include Aws::Structure end |