Class: Aws::Types::BatchGetJobItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetJobItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ Types::Attachments
Returns the value of attribute attachments.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#lifecycle_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute lifecycle_status.
-
#lifecycle_status_message ⇒ ::String
Returns the value of attribute lifecycle_status_message.
-
#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.
-
#parameters ⇒ ::Hash[::String, Types::JobParameter]
Returns the value of attribute parameters.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#source_job_id ⇒ ::String
Returns the value of attribute source_job_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
-
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
-
#task_failure_retry_count ⇒ ::Integer
Returns the value of attribute task_failure_retry_count.
-
#task_run_status ⇒ "PENDING", ...
Returns the value of attribute task_run_status.
-
#task_run_status_counts ⇒ ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
Returns the value of attribute task_run_status_counts.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#attachments ⇒ Types::Attachments
Returns the value of attribute attachments.
283 284 285 |
# File 'sig/types.rbs', line 283 def @attachments end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
269 270 271 |
# File 'sig/types.rbs', line 269 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
270 271 272 |
# File 'sig/types.rbs', line 270 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
284 285 286 |
# File 'sig/types.rbs', line 284 def description @description end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
274 275 276 |
# File 'sig/types.rbs', line 274 def ended_at @ended_at end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
262 263 264 |
# File 'sig/types.rbs', line 262 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def job_id @job_id end |
#lifecycle_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute lifecycle_status.
266 267 268 |
# File 'sig/types.rbs', line 266 def lifecycle_status @lifecycle_status end |
#lifecycle_status_message ⇒ ::String
Returns the value of attribute lifecycle_status_message.
267 268 269 |
# File 'sig/types.rbs', line 267 def @lifecycle_status_message end |
#max_failed_tasks_count ⇒ ::Integer
Returns the value of attribute max_failed_tasks_count.
280 281 282 |
# File 'sig/types.rbs', line 280 def max_failed_tasks_count @max_failed_tasks_count end |
#max_retries_per_task ⇒ ::Integer
Returns the value of attribute max_retries_per_task.
281 282 283 |
# File 'sig/types.rbs', line 281 def max_retries_per_task @max_retries_per_task end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
285 286 287 |
# File 'sig/types.rbs', line 285 def max_worker_count @max_worker_count end |
#name ⇒ ::String
Returns the value of attribute name.
265 266 267 |
# File 'sig/types.rbs', line 265 def name @name end |
#parameters ⇒ ::Hash[::String, Types::JobParameter]
Returns the value of attribute parameters.
282 283 284 |
# File 'sig/types.rbs', line 282 def parameters @parameters end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
268 269 270 |
# File 'sig/types.rbs', line 268 def priority @priority end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def queue_id @queue_id end |
#source_job_id ⇒ ::String
Returns the value of attribute source_job_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def source_job_id @source_job_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
273 274 275 |
# File 'sig/types.rbs', line 273 def started_at @started_at end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
279 280 281 |
# File 'sig/types.rbs', line 279 def storage_profile_id @storage_profile_id end |
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
276 277 278 |
# File 'sig/types.rbs', line 276 def target_task_run_status @target_task_run_status end |
#task_failure_retry_count ⇒ ::Integer
Returns the value of attribute task_failure_retry_count.
278 279 280 |
# File 'sig/types.rbs', line 278 def task_failure_retry_count @task_failure_retry_count end |
#task_run_status ⇒ "PENDING", ...
Returns the value of attribute task_run_status.
275 276 277 |
# File 'sig/types.rbs', line 275 def task_run_status @task_run_status end |
#task_run_status_counts ⇒ ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
Returns the value of attribute task_run_status_counts.
277 278 279 |
# File 'sig/types.rbs', line 277 def task_run_status_counts @task_run_status_counts end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
271 272 273 |
# File 'sig/types.rbs', line 271 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
272 273 274 |
# File 'sig/types.rbs', line 272 def updated_by @updated_by end |