Class: Aws::Types::RestartBatchJobIdentifier

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def execution_id
  @execution_id
end

#job_step_restart_markerTypes::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