Class: Aws::Deadline::Types::GetJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetJobRequest
- 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 farm in the job.
-
#job_id ⇒ String
The job ID.
-
#queue_id ⇒ String
The queue ID associated with the job.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm in the job.
2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-deadline/types.rb', line 2955 class GetJobRequest < Struct.new( :farm_id, :job_id, :queue_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID.
2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-deadline/types.rb', line 2955 class GetJobRequest < Struct.new( :farm_id, :job_id, :queue_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID associated with the job.
2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-deadline/types.rb', line 2955 class GetJobRequest < Struct.new( :farm_id, :job_id, :queue_id) SENSITIVE = [] include Aws::Structure end |