Struct aws_sdk_codepipeline::model::action_execution_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ActionExecutionOutput
Implementations
Appends an item to output_artifacts
.
To override the contents of this collection use set_output_artifacts
.
Details of output artifacts of the action that correspond to the action execution.
Details of output artifacts of the action that correspond to the action execution.
Execution result information listed in the output details for an action execution.
Execution result information listed in the output details for an action execution.
Adds a key-value pair to output_variables
.
To override the contents of this collection use set_output_variables
.
The outputVariables field shows the key-value pairs that were output as part of that execution.
The outputVariables field shows the key-value pairs that were output as part of that execution.
Consumes the builder and constructs a ActionExecutionOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more