Class: Aws::Types::JobStep
- Inherits:
-
Object
- Object
- Aws::Types::JobStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proc_step_name ⇒ ::String
Returns the value of attribute proc_step_name.
-
#proc_step_number ⇒ ::Integer
Returns the value of attribute proc_step_number.
-
#step_checkpoint ⇒ ::Integer
Returns the value of attribute step_checkpoint.
-
#step_checkpoint_status ⇒ ::String
Returns the value of attribute step_checkpoint_status.
-
#step_checkpoint_time ⇒ ::Time
Returns the value of attribute step_checkpoint_time.
-
#step_cond_code ⇒ ::String
Returns the value of attribute step_cond_code.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
-
#step_number ⇒ ::Integer
Returns the value of attribute step_number.
-
#step_restartable ⇒ Boolean
Returns the value of attribute step_restartable.
Instance Attribute Details
#proc_step_name ⇒ ::String
Returns the value of attribute proc_step_name.
652 653 654 |
# File 'sig/types.rbs', line 652 def proc_step_name @proc_step_name end |
#proc_step_number ⇒ ::Integer
Returns the value of attribute proc_step_number.
653 654 655 |
# File 'sig/types.rbs', line 653 def proc_step_number @proc_step_number end |
#step_checkpoint ⇒ ::Integer
Returns the value of attribute step_checkpoint.
654 655 656 |
# File 'sig/types.rbs', line 654 def step_checkpoint @step_checkpoint end |
#step_checkpoint_status ⇒ ::String
Returns the value of attribute step_checkpoint_status.
655 656 657 |
# File 'sig/types.rbs', line 655 def step_checkpoint_status @step_checkpoint_status end |
#step_checkpoint_time ⇒ ::Time
Returns the value of attribute step_checkpoint_time.
656 657 658 |
# File 'sig/types.rbs', line 656 def step_checkpoint_time @step_checkpoint_time end |
#step_cond_code ⇒ ::String
Returns the value of attribute step_cond_code.
657 658 659 |
# File 'sig/types.rbs', line 657 def step_cond_code @step_cond_code end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
658 659 660 |
# File 'sig/types.rbs', line 658 def step_name @step_name end |
#step_number ⇒ ::Integer
Returns the value of attribute step_number.
659 660 661 |
# File 'sig/types.rbs', line 659 def step_number @step_number end |
#step_restartable ⇒ Boolean
Returns the value of attribute step_restartable.
660 661 662 |
# File 'sig/types.rbs', line 660 def step_restartable @step_restartable end |