Class: Aws::Types::BatchUpdateTaskItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateTaskItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
590 591 592 |
# File 'sig/types.rbs', line 590 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
592 593 594 |
# File 'sig/types.rbs', line 592 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
591 592 593 |
# File 'sig/types.rbs', line 591 def queue_id @queue_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
593 594 595 |
# File 'sig/types.rbs', line 593 def step_id @step_id end |
#target_run_status ⇒ "READY", ...
Returns the value of attribute target_run_status.
595 596 597 |
# File 'sig/types.rbs', line 595 def target_run_status @target_run_status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
594 595 596 |
# File 'sig/types.rbs', line 594 def task_id @task_id end |