Module: Aws::Deadline::Client::_GetJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attachments ⇒ Types::Attachments
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #ended_at ⇒ ::Time
- #job_id ⇒ ::String
- #lifecycle_status ⇒ "CREATE_IN_PROGRESS", ...
- #lifecycle_status_message ⇒ ::String
- #max_failed_tasks_count ⇒ ::Integer
- #max_retries_per_task ⇒ ::Integer
- #max_worker_count ⇒ ::Integer
- #name ⇒ ::String
- #parameters ⇒ ::Hash[::String, Types::JobParameter]
- #priority ⇒ ::Integer
- #source_job_id ⇒ ::String
- #started_at ⇒ ::Time
- #storage_profile_id ⇒ ::String
- #target_task_run_status ⇒ "READY", ...
- #task_failure_retry_count ⇒ ::Integer
- #task_run_status ⇒ "PENDING", ...
- #task_run_status_counts ⇒ ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#attachments ⇒ Types::Attachments
935 |
# File 'sig/client.rbs', line 935 def attachments: () -> Types::Attachments |
#created_at ⇒ ::Time
921 |
# File 'sig/client.rbs', line 921 def created_at: () -> ::Time |
#created_by ⇒ ::String
922 |
# File 'sig/client.rbs', line 922 def created_by: () -> ::String |
#description ⇒ ::String
936 |
# File 'sig/client.rbs', line 936 def description: () -> ::String |
#ended_at ⇒ ::Time
926 |
# File 'sig/client.rbs', line 926 def ended_at: () -> ::Time |
#job_id ⇒ ::String
916 |
# File 'sig/client.rbs', line 916 def job_id: () -> ::String |
#lifecycle_status ⇒ "CREATE_IN_PROGRESS", ...
918 |
# File 'sig/client.rbs', line 918 def lifecycle_status: () -> ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATE_COMPLETE" | "UPLOAD_IN_PROGRESS" | "UPLOAD_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_SUCCEEDED" | "ARCHIVED") |
#lifecycle_status_message ⇒ ::String
919 |
# File 'sig/client.rbs', line 919 def lifecycle_status_message: () -> ::String |
#max_failed_tasks_count ⇒ ::Integer
932 |
# File 'sig/client.rbs', line 932 def max_failed_tasks_count: () -> ::Integer |
#max_retries_per_task ⇒ ::Integer
933 |
# File 'sig/client.rbs', line 933 def max_retries_per_task: () -> ::Integer |
#max_worker_count ⇒ ::Integer
937 |
# File 'sig/client.rbs', line 937 def max_worker_count: () -> ::Integer |
#name ⇒ ::String
917 |
# File 'sig/client.rbs', line 917 def name: () -> ::String |
#parameters ⇒ ::Hash[::String, Types::JobParameter]
934 |
# File 'sig/client.rbs', line 934 def parameters: () -> ::Hash[::String, Types::JobParameter] |
#priority ⇒ ::Integer
920 |
# File 'sig/client.rbs', line 920 def priority: () -> ::Integer |
#source_job_id ⇒ ::String
938 |
# File 'sig/client.rbs', line 938 def source_job_id: () -> ::String |
#started_at ⇒ ::Time
925 |
# File 'sig/client.rbs', line 925 def started_at: () -> ::Time |
#storage_profile_id ⇒ ::String
931 |
# File 'sig/client.rbs', line 931 def storage_profile_id: () -> ::String |
#target_task_run_status ⇒ "READY", ...
928 |
# File 'sig/client.rbs', line 928 def target_task_run_status: () -> ("READY" | "FAILED" | "SUCCEEDED" | "CANCELED" | "SUSPENDED" | "PENDING") |
#task_failure_retry_count ⇒ ::Integer
930 |
# File 'sig/client.rbs', line 930 def task_failure_retry_count: () -> ::Integer |
#task_run_status ⇒ "PENDING", ...
927 |
# File 'sig/client.rbs', line 927 def task_run_status: () -> ("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE") |
#task_run_status_counts ⇒ ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]
929 |
# File 'sig/client.rbs', line 929 def task_run_status_counts: () -> ::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer] |
#updated_at ⇒ ::Time
923 |
# File 'sig/client.rbs', line 923 def updated_at: () -> ::Time |
#updated_by ⇒ ::String
924 |
# File 'sig/client.rbs', line 924 def updated_by: () -> ::String |