Class: Aws::Types::ExecutionStepResult
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionStepResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ExecutionError
Returns the value of attribute error.
-
#outputs ⇒ ::String
Returns the value of attribute outputs.
-
#step_type ⇒ "COPY", ...
Returns the value of attribute step_type.
Instance Attribute Details
#error ⇒ Types::ExecutionError
Returns the value of attribute error.
729 730 731 |
# File 'sig/types.rbs', line 729 def error @error end |
#outputs ⇒ ::String
Returns the value of attribute outputs.
728 729 730 |
# File 'sig/types.rbs', line 728 def outputs @outputs end |
#step_type ⇒ "COPY", ...
Returns the value of attribute step_type.
727 728 729 |
# File 'sig/types.rbs', line 727 def step_type @step_type end |