Class: Aws::Types::BatchJobExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::BatchJobExecutionSummary
- 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_type ⇒ "VSE", ...
Returns the value of attribute job_type.
-
#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.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
64 65 66 |
# File 'sig/types.rbs', line 64 def application_id @application_id end |
#batch_job_identifier ⇒ Types::BatchJobIdentifier
Returns the value of attribute batch_job_identifier.
65 66 67 |
# File 'sig/types.rbs', line 65 def batch_job_identifier @batch_job_identifier end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
66 67 68 |
# File 'sig/types.rbs', line 66 def end_time @end_time end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def execution_id @execution_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
69 70 71 |
# File 'sig/types.rbs', line 69 def job_name @job_name end |
#job_type ⇒ "VSE", ...
Returns the value of attribute job_type.
70 71 72 |
# File 'sig/types.rbs', line 70 def job_type @job_type end |
#return_code ⇒ ::String
Returns the value of attribute return_code.
71 72 73 |
# File 'sig/types.rbs', line 71 def return_code @return_code end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
72 73 74 |
# File 'sig/types.rbs', line 72 def start_time @start_time end |
#status ⇒ "Submitting", ...
Returns the value of attribute status.
73 74 75 |
# File 'sig/types.rbs', line 73 def status @status end |