Struct aws_sdk_codepipeline::model::StageExecution
source · #[non_exhaustive]pub struct StageExecution { /* private fields */ }
Expand description
Represents information about the run of a stage.
Implementations§
source§impl StageExecution
impl StageExecution
sourcepub fn pipeline_execution_id(&self) -> Option<&str>
pub fn pipeline_execution_id(&self) -> Option<&str>
The ID of the pipeline execution associated with the stage.
sourcepub fn status(&self) -> Option<&StageExecutionStatus>
pub fn status(&self) -> 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.
source§impl StageExecution
impl StageExecution
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StageExecution
.
Trait Implementations§
source§impl Clone for StageExecution
impl Clone for StageExecution
source§fn clone(&self) -> StageExecution
fn clone(&self) -> StageExecution
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StageExecution
impl Debug for StageExecution
source§impl PartialEq<StageExecution> for StageExecution
impl PartialEq<StageExecution> for StageExecution
source§fn eq(&self, other: &StageExecution) -> bool
fn eq(&self, other: &StageExecution) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.