Class: Aws::Types::UpdateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
3197 3198 3199 |
# File 'sig/types.rbs', line 3197 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3205 3206 3207 |
# File 'sig/types.rbs', line 3205 def description @description end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3194 3195 3196 |
# File 'sig/types.rbs', line 3194 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
3196 3197 3198 |
# File 'sig/types.rbs', line 3196 def job_id @job_id end |
#lifecycle_status ⇒ "ARCHIVED"
Returns the value of attribute lifecycle_status.
3202 3203 3204 |
# File 'sig/types.rbs', line 3202 def lifecycle_status @lifecycle_status end |
#max_failed_tasks_count ⇒ ::Integer
Returns the value of attribute max_failed_tasks_count.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def max_failed_tasks_count @max_failed_tasks_count end |
#max_retries_per_task ⇒ ::Integer
Returns the value of attribute max_retries_per_task.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def max_retries_per_task @max_retries_per_task end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
3203 3204 3205 |
# File 'sig/types.rbs', line 3203 def max_worker_count @max_worker_count end |
#name ⇒ ::String
Returns the value of attribute name.
3204 3205 3206 |
# File 'sig/types.rbs', line 3204 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
3199 3200 3201 |
# File 'sig/types.rbs', line 3199 def priority @priority end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3195 3196 3197 |
# File 'sig/types.rbs', line 3195 def queue_id @queue_id end |
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
3198 3199 3200 |
# File 'sig/types.rbs', line 3198 def target_task_run_status @target_task_run_status end |