Class: Aws::Types::UpdateTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#target_run_status ⇒ "READY", ...
Returns the value of attribute target_run_status.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def client_token @client_token end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3342 3343 3344 |
# File 'sig/types.rbs', line 3342 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def queue_id @queue_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def step_id @step_id end |
#target_run_status ⇒ "READY", ...
Returns the value of attribute target_run_status.
3348 3349 3350 |
# File 'sig/types.rbs', line 3348 def target_run_status @target_run_status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def task_id @task_id end |