Class: Aws::Types::JobStepRestartMarker

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from_proc_step::String

Returns the value of attribute from_proc_step.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def from_proc_step
  @from_proc_step
end

#from_step::String

Returns the value of attribute from_step.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def from_step
  @from_step
end

#skipBoolean

Returns the value of attribute skip.

Returns:

  • (Boolean)


667
668
669
# File 'sig/types.rbs', line 667

def skip
  @skip
end

#step_checkpoint::Integer

Returns the value of attribute step_checkpoint.

Returns:

  • (::Integer)


668
669
670
# File 'sig/types.rbs', line 668

def step_checkpoint
  @step_checkpoint
end

#to_proc_step::String

Returns the value of attribute to_proc_step.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def to_proc_step
  @to_proc_step
end

#to_step::String

Returns the value of attribute to_step.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def to_step
  @to_step
end