Class: Aws::Types::StepDetail
- Inherits:
-
Object
- Object
- Aws::Types::StepDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_status_detail ⇒ Types::StepExecutionStatusDetail
Returns the value of attribute execution_status_detail.
-
#step_config ⇒ Types::StepConfig
Returns the value of attribute step_config.
Instance Attribute Details
#execution_status_detail ⇒ Types::StepExecutionStatusDetail
Returns the value of attribute execution_status_detail.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def execution_status_detail @execution_status_detail end |
#step_config ⇒ Types::StepConfig
Returns the value of attribute step_config.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def step_config @step_config end |