Module: Aws::Batch::Client::_DescribeServiceJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeServiceJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#attempts::Array[Types::ServiceJobAttemptDetail]

Returns:



475
# File 'sig/client.rbs', line 475

def attempts: () -> ::Array[Types::ServiceJobAttemptDetail]

#capacity_usage::Array[Types::ServiceJobCapacityUsageDetail]

Returns:



476
# File 'sig/client.rbs', line 476

def capacity_usage: () -> ::Array[Types::ServiceJobCapacityUsageDetail]

#created_at::Integer

Returns:



477
# File 'sig/client.rbs', line 477

def created_at: () -> ::Integer

#is_terminatedBoolean

Returns:



478
# File 'sig/client.rbs', line 478

def is_terminated: () -> bool

#job_arn::String

Returns:



479
# File 'sig/client.rbs', line 479

def job_arn: () -> ::String

#job_id::String

Returns:



480
# File 'sig/client.rbs', line 480

def job_id: () -> ::String

#job_name::String

Returns:



481
# File 'sig/client.rbs', line 481

def job_name: () -> ::String

#job_queue::String

Returns:



482
# File 'sig/client.rbs', line 482

def job_queue: () -> ::String

#latest_attemptTypes::LatestServiceJobAttempt

Returns:



483
# File 'sig/client.rbs', line 483

def latest_attempt: () -> Types::LatestServiceJobAttempt

#preemption_configurationTypes::ServiceJobPreemptionConfiguration

Returns:



491
# File 'sig/client.rbs', line 491

def preemption_configuration: () -> Types::ServiceJobPreemptionConfiguration

#preemption_summaryTypes::ServiceJobPreemptionSummary

Returns:



492
# File 'sig/client.rbs', line 492

def preemption_summary: () -> Types::ServiceJobPreemptionSummary

#quota_share_name::String

Returns:



490
# File 'sig/client.rbs', line 490

def quota_share_name: () -> ::String

#retry_strategyTypes::ServiceJobRetryStrategy

Returns:



484
# File 'sig/client.rbs', line 484

def retry_strategy: () -> Types::ServiceJobRetryStrategy

#scheduled_at::Integer

Returns:



485
# File 'sig/client.rbs', line 485

def scheduled_at: () -> ::Integer

#scheduling_priority::Integer

Returns:



486
# File 'sig/client.rbs', line 486

def scheduling_priority: () -> ::Integer

#service_job_type"SAGEMAKER_TRAINING"

Returns:



488
# File 'sig/client.rbs', line 488

def service_job_type: () -> ("SAGEMAKER_TRAINING")

#service_request_payload::String

Returns:



487
# File 'sig/client.rbs', line 487

def service_request_payload: () -> ::String

#share_identifier::String

Returns:



489
# File 'sig/client.rbs', line 489

def share_identifier: () -> ::String

#started_at::Integer

Returns:



493
# File 'sig/client.rbs', line 493

def started_at: () -> ::Integer

#status"SUBMITTED", ...

Returns:



494
# File 'sig/client.rbs', line 494

def status: () -> ("SUBMITTED" | "PENDING" | "RUNNABLE" | "SCHEDULED" | "STARTING" | "RUNNING" | "SUCCEEDED" | "FAILED")

#status_reason::String

Returns:



495
# File 'sig/client.rbs', line 495

def status_reason: () -> ::String

#stopped_at::Integer

Returns:



496
# File 'sig/client.rbs', line 496

def stopped_at: () -> ::Integer

#tags::Hash[::String, ::String]

Returns:



497
# File 'sig/client.rbs', line 497

def tags: () -> ::Hash[::String, ::String]

#timeout_configTypes::ServiceJobTimeout

Returns:



498
# File 'sig/client.rbs', line 498

def timeout_config: () -> Types::ServiceJobTimeout