Class: Aws::Types::ParentStepDetails
- Inherits:
-
Object
- Object
- Aws::Types::ParentStepDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#iteration ⇒ ::Integer
Returns the value of attribute iteration.
-
#iterator_value ⇒ ::String
Returns the value of attribute iterator_value.
-
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
3567 3568 3569 |
# File 'sig/types.rbs', line 3567 def action @action end |
#iteration ⇒ ::Integer
Returns the value of attribute iteration.
3568 3569 3570 |
# File 'sig/types.rbs', line 3568 def iteration @iteration end |
#iterator_value ⇒ ::String
Returns the value of attribute iterator_value.
3569 3570 3571 |
# File 'sig/types.rbs', line 3569 def iterator_value @iterator_value end |
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
3565 3566 3567 |
# File 'sig/types.rbs', line 3565 def step_execution_id @step_execution_id end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def step_name @step_name end |