Module: Aws::MainframeModernization::Client::_GetBatchJobExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBatchJobExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #batch_job_identifier ⇒ Types::BatchJobIdentifier
- #end_time ⇒ ::Time
- #execution_id ⇒ ::String
- #job_id ⇒ ::String
- #job_name ⇒ ::String
- #job_step_restart_marker ⇒ Types::JobStepRestartMarker
- #job_type ⇒ "VSE", ...
- #job_user ⇒ ::String
- #return_code ⇒ ::String
- #start_time ⇒ ::Time
- #status ⇒ "Submitting", ...
- #status_reason ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
326 |
# File 'sig/client.rbs', line 326
def application_id: () -> ::String
|
#batch_job_identifier ⇒ Types::BatchJobIdentifier
327 |
# File 'sig/client.rbs', line 327
def batch_job_identifier: () -> Types::BatchJobIdentifier
|
#end_time ⇒ ::Time
328 |
# File 'sig/client.rbs', line 328
def end_time: () -> ::Time
|
#execution_id ⇒ ::String
329 |
# File 'sig/client.rbs', line 329
def execution_id: () -> ::String
|
#job_id ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def job_id: () -> ::String
|
#job_name ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def job_name: () -> ::String
|
#job_step_restart_marker ⇒ Types::JobStepRestartMarker
332 |
# File 'sig/client.rbs', line 332
def job_step_restart_marker: () -> Types::JobStepRestartMarker
|
#job_type ⇒ "VSE", ...
333 |
# File 'sig/client.rbs', line 333
def job_type: () -> ("VSE" | "JES2" | "JES3")
|
#job_user ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def job_user: () -> ::String
|
#return_code ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def return_code: () -> ::String
|
#start_time ⇒ ::Time
336 |
# File 'sig/client.rbs', line 336
def start_time: () -> ::Time
|
#status ⇒ "Submitting", ...
337 |
# File 'sig/client.rbs', line 337
def status: () -> ("Submitting" | "Holding" | "Dispatching" | "Running" | "Cancelling" | "Cancelled" | "Succeeded" | "Failed" | "Purged" | "Succeeded With Warning")
|
#status_reason ⇒ ::String
338 |
# File 'sig/client.rbs', line 338
def status_reason: () -> ::String
|