Struct aws_sdk_codepipeline::model::ActionExecutionOutput
source · [−]#[non_exhaustive]pub struct ActionExecutionOutput {
pub output_artifacts: Option<Vec<ArtifactDetail>>,
pub execution_result: Option<ActionExecutionResult>,
pub output_variables: Option<HashMap<String, String>>,
}
Expand description
Output details listed for an action execution, such as the action execution result.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.output_artifacts: Option<Vec<ArtifactDetail>>
Details of output artifacts of the action that correspond to the action execution.
execution_result: Option<ActionExecutionResult>
Execution result information listed in the output details for an action execution.
output_variables: Option<HashMap<String, String>>
The outputVariables field shows the key-value pairs that were output as part of that execution.
Implementations
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.
Creates a new builder-style object to manufacture ActionExecutionOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ActionExecutionOutput
impl Send for ActionExecutionOutput
impl Sync for ActionExecutionOutput
impl Unpin for ActionExecutionOutput
impl UnwindSafe for ActionExecutionOutput
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