Class: Aws::Deadline::Types::UpdateStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateStepRequest
- Defined in:
- gems/aws-sdk-deadline/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_task_run_status ⇒ String
The task status to update the step's tasks to.
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.
10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10219 class UpdateStepRequest < Struct.new( :target_task_run_status, :client_token, :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID to update.
10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10219 class UpdateStepRequest < Struct.new( :target_task_run_status, :client_token, :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID to update.
10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10219 class UpdateStepRequest < Struct.new( :target_task_run_status, :client_token, :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID to update.
10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10219 class UpdateStepRequest < Struct.new( :target_task_run_status, :client_token, :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID to update.
10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10219 class UpdateStepRequest < Struct.new( :target_task_run_status, :client_token, :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#target_task_run_status ⇒ String
The task status to update the step's tasks to.
10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10219 class UpdateStepRequest < Struct.new( :target_task_run_status, :client_token, :farm_id, :queue_id, :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |