Class: Aws::Types::RestartBatchJobIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::RestartBatchJobIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#job_step_restart_marker ⇒ Types::JobStepRestartMarker
Returns the value of attribute job_step_restart_marker.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
900 901 902 |
# File 'sig/types.rbs', line 900 def execution_id @execution_id end |
#job_step_restart_marker ⇒ Types::JobStepRestartMarker
Returns the value of attribute job_step_restart_marker.
901 902 903 |
# File 'sig/types.rbs', line 901 def job_step_restart_marker @job_step_restart_marker end |