Struct aws_sdk_codepipeline::model::StageExecution
source · [−]#[non_exhaustive]pub struct StageExecution {
pub pipeline_execution_id: Option<String>,
pub status: Option<StageExecutionStatus>,
}
Expand description
Represents information about the run of a stage.
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.pipeline_execution_id: Option<String>
The ID of the pipeline execution associated with the stage.
status: Option<StageExecutionStatus>
The status of the stage, or for a completed stage, the last status of the stage.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
Implementations
The ID of the pipeline execution associated with the stage.
The status of the stage, or for a completed stage, the last status of the stage.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
Creates a new builder-style object to manufacture StageExecution
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 StageExecution
impl Send for StageExecution
impl Sync for StageExecution
impl Unpin for StageExecution
impl UnwindSafe for StageExecution
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