class Aws::Transfer::Types::ExecutionStepResult
Specifies the following details for the step: error (if any), outputs (if any), and the step type.
@!attribute [rw] step_type
One of the available step types. * *Copy*\: copy the file to another location * *Custom*\: custom step with a lambda target * *Delete*\: delete the file * *Tag*\: add a tag to the file @return [String]
@!attribute [rw] outputs
The values for the key/value pair applied as a tag to the file. Only applicable if the step type is `TAG`. @return [String]
@!attribute [rw] error
Specifies the details for an error, if it occurred during execution of the specified workfow step. @return [Types::ExecutionError]
@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/ExecutionStepResult AWS API Documentation
Constants
- SENSITIVE