Class: Aws::Types::GetJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetJobResponse
- 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.
-
#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.
-
#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.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def @attachments end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def description @description end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def ended_at @ended_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def job_id @job_id end |
#lifecycle_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute lifecycle_status.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def lifecycle_status @lifecycle_status end |
#lifecycle_status_message ⇒ ::String
Returns the value of attribute lifecycle_status_message.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def @lifecycle_status_message end |
#max_failed_tasks_count ⇒ ::Integer
Returns the value of attribute max_failed_tasks_count.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def max_failed_tasks_count @max_failed_tasks_count end |
#max_retries_per_task ⇒ ::Integer
Returns the value of attribute max_retries_per_task.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def max_retries_per_task @max_retries_per_task end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def max_worker_count @max_worker_count end |
#name ⇒ ::String
Returns the value of attribute name.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def name @name end |
#parameters ⇒ ::Hash[::String, Types::JobParameter]
Returns the value of attribute parameters.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def parameters @parameters end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def priority @priority end |
#source_job_id ⇒ ::String
Returns the value of attribute source_job_id.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def source_job_id @source_job_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def started_at @started_at end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def storage_profile_id @storage_profile_id end |
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def target_task_run_status @target_task_run_status end |
#task_failure_retry_count ⇒ ::Integer
Returns the value of attribute task_failure_retry_count.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def task_failure_retry_count @task_failure_retry_count end |
#task_run_status ⇒ "PENDING", ...
Returns the value of attribute task_run_status.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 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.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def task_run_status_counts @task_run_status_counts end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def updated_by @updated_by end |