Class: Aws::Types::GetBatchJobExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBatchJobExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#batch_job_identifier ⇒ Types::BatchJobIdentifier
Returns the value of attribute batch_job_identifier.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_step_restart_marker ⇒ Types::JobStepRestartMarker
Returns the value of attribute job_step_restart_marker.
-
#job_type ⇒ "VSE", ...
Returns the value of attribute job_type.
-
#job_user ⇒ ::String
Returns the value of attribute job_user.
-
#return_code ⇒ ::String
Returns the value of attribute return_code.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Submitting", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def application_id @application_id end |
#batch_job_identifier ⇒ Types::BatchJobIdentifier
Returns the value of attribute batch_job_identifier.
510 511 512 |
# File 'sig/types.rbs', line 510 def batch_job_identifier @batch_job_identifier end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
511 512 513 |
# File 'sig/types.rbs', line 511 def end_time @end_time end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
512 513 514 |
# File 'sig/types.rbs', line 512 def execution_id @execution_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
513 514 515 |
# File 'sig/types.rbs', line 513 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
514 515 516 |
# File 'sig/types.rbs', line 514 def job_name @job_name end |
#job_step_restart_marker ⇒ Types::JobStepRestartMarker
Returns the value of attribute job_step_restart_marker.
515 516 517 |
# File 'sig/types.rbs', line 515 def job_step_restart_marker @job_step_restart_marker end |
#job_type ⇒ "VSE", ...
Returns the value of attribute job_type.
516 517 518 |
# File 'sig/types.rbs', line 516 def job_type @job_type end |
#job_user ⇒ ::String
Returns the value of attribute job_user.
517 518 519 |
# File 'sig/types.rbs', line 517 def job_user @job_user end |
#return_code ⇒ ::String
Returns the value of attribute return_code.
518 519 520 |
# File 'sig/types.rbs', line 518 def return_code @return_code end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
519 520 521 |
# File 'sig/types.rbs', line 519 def start_time @start_time end |
#status ⇒ "Submitting", ...
Returns the value of attribute status.
520 521 522 |
# File 'sig/types.rbs', line 520 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
521 522 523 |
# File 'sig/types.rbs', line 521 def status_reason @status_reason end |