Class: Aws::Deadline::Types::BatchGetJobIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetJobIdentifier
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The identifiers for a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the job.
-
#job_id ⇒ String
The job ID.
-
#queue_id ⇒ String
The queue ID of the job.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the job.
876 877 878 879 880 881 882 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 876 class BatchGetJobIdentifier < Struct.new( :farm_id, :queue_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID.
876 877 878 879 880 881 882 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 876 class BatchGetJobIdentifier < Struct.new( :farm_id, :queue_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the job.
876 877 878 879 880 881 882 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 876 class BatchGetJobIdentifier < Struct.new( :farm_id, :queue_id, :job_id) SENSITIVE = [] include Aws::Structure end |