Class: Aws::Deadline::Types::GetTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetTaskRequest
- 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 connected to the task.
-
#job_id ⇒ String
The job ID of the job connected to the task.
-
#queue_id ⇒ String
The queue ID for the queue connected to the task.
-
#step_id ⇒ String
The step ID for the step connected to the task.
-
#task_id ⇒ String
The task ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm connected to the task.
3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-deadline/types.rb', line 3999 class GetTaskRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID of the job connected to the task.
3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-deadline/types.rb', line 3999 class GetTaskRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID for the queue connected to the task.
3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-deadline/types.rb', line 3999 class GetTaskRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID for the step connected to the task.
3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-deadline/types.rb', line 3999 class GetTaskRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task ID.
3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-deadline/types.rb', line 3999 class GetTaskRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id) SENSITIVE = [] include Aws::Structure end |