Class: Aws::Deadline::Types::BatchUpdateTaskItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchUpdateTaskItem
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The details of a task to update in a batch update operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the task to update.
-
#job_id ⇒ String
The job ID of the task to update.
-
#queue_id ⇒ String
The queue ID of the task to update.
-
#step_id ⇒ String
The step ID of the task to update.
-
#target_run_status ⇒ String
The run status with which to start the task.
-
#task_id ⇒ String
The task ID of the task to update.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the task to update.
2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188 class BatchUpdateTaskItem < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID of the task to update.
2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188 class BatchUpdateTaskItem < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the task to update.
2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188 class BatchUpdateTaskItem < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID of the task to update.
2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188 class BatchUpdateTaskItem < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#target_run_status ⇒ String
The run status with which to start the task.
2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188 class BatchUpdateTaskItem < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task ID of the task to update.
2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2188 class BatchUpdateTaskItem < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |