Class: Aws::Types::BatchUpdateJobItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateJobItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#lifecycle_status ⇒ "ARCHIVED"
Returns the value of attribute lifecycle_status.
-
#max_failed_tasks_count ⇒ ::Integer
Returns the value of attribute max_failed_tasks_count.
-
#max_retries_per_task ⇒ ::Integer
Returns the value of attribute max_retries_per_task.
-
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
563 564 565 |
# File 'sig/types.rbs', line 563 def description @description end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
553 554 555 |
# File 'sig/types.rbs', line 553 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def job_id @job_id end |
#lifecycle_status ⇒ "ARCHIVED"
Returns the value of attribute lifecycle_status.
560 561 562 |
# File 'sig/types.rbs', line 560 def lifecycle_status @lifecycle_status end |
#max_failed_tasks_count ⇒ ::Integer
Returns the value of attribute max_failed_tasks_count.
558 559 560 |
# File 'sig/types.rbs', line 558 def max_failed_tasks_count @max_failed_tasks_count end |
#max_retries_per_task ⇒ ::Integer
Returns the value of attribute max_retries_per_task.
559 560 561 |
# File 'sig/types.rbs', line 559 def max_retries_per_task @max_retries_per_task end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
561 562 563 |
# File 'sig/types.rbs', line 561 def max_worker_count @max_worker_count end |
#name ⇒ ::String
Returns the value of attribute name.
562 563 564 |
# File 'sig/types.rbs', line 562 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
557 558 559 |
# File 'sig/types.rbs', line 557 def priority @priority end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
554 555 556 |
# File 'sig/types.rbs', line 554 def queue_id @queue_id end |
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
556 557 558 |
# File 'sig/types.rbs', line 556 def target_task_run_status @target_task_run_status end |