Class: Aws::Deadline::Types::UpdateTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#farm_id ⇒ String
The farm ID to update.
-
#job_id ⇒ String
The job ID to update.
-
#queue_id ⇒ String
The queue ID to update.
-
#step_id ⇒ String
The step ID to update.
-
#target_run_status ⇒ String
The run status with which to start the task.
-
#task_id ⇒ String
The task ID to update.
Instance Attribute Details
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 |
# File 'lib/aws-sdk-deadline/types.rb', line 9157 class UpdateTaskRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID to update.
9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 |
# File 'lib/aws-sdk-deadline/types.rb', line 9157 class UpdateTaskRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID to update.
9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 |
# File 'lib/aws-sdk-deadline/types.rb', line 9157 class UpdateTaskRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID to update.
9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 |
# File 'lib/aws-sdk-deadline/types.rb', line 9157 class UpdateTaskRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID to update.
9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 |
# File 'lib/aws-sdk-deadline/types.rb', line 9157 class UpdateTaskRequest < Struct.new( :client_token, :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.
9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 |
# File 'lib/aws-sdk-deadline/types.rb', line 9157 class UpdateTaskRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task ID to update.
9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 |
# File 'lib/aws-sdk-deadline/types.rb', line 9157 class UpdateTaskRequest < Struct.new( :client_token, :farm_id, :queue_id, :job_id, :step_id, :task_id, :target_run_status) SENSITIVE = [] include Aws::Structure end |