Class: Aws::Types::JobStepRestartMarker
- Inherits:
-
Object
- Object
- Aws::Types::JobStepRestartMarker
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_proc_step ⇒ ::String
Returns the value of attribute from_proc_step.
-
#from_step ⇒ ::String
Returns the value of attribute from_step.
-
#skip ⇒ Boolean
Returns the value of attribute skip.
-
#step_checkpoint ⇒ ::Integer
Returns the value of attribute step_checkpoint.
-
#to_proc_step ⇒ ::String
Returns the value of attribute to_proc_step.
-
#to_step ⇒ ::String
Returns the value of attribute to_step.
Instance Attribute Details
#from_proc_step ⇒ ::String
Returns the value of attribute from_proc_step.
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.
666 667 668 |
# File 'sig/types.rbs', line 666 def from_step @from_step end |
#skip ⇒ Boolean
Returns the value of attribute skip.
667 668 669 |
# File 'sig/types.rbs', line 667 def skip @skip end |
#step_checkpoint ⇒ ::Integer
Returns the value of attribute step_checkpoint.
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.
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.
670 671 672 |
# File 'sig/types.rbs', line 670 def to_step @to_step end |