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
sourceimpl 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.
sourceimpl StageExecution
impl StageExecution
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StageExecution
.
Trait Implementations
sourceimpl Clone for StageExecution
impl Clone for StageExecution
sourcefn clone(&self) -> StageExecution
fn clone(&self) -> StageExecution
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StageExecution
impl Debug for StageExecution
sourceimpl PartialEq<StageExecution> for StageExecution
impl PartialEq<StageExecution> for StageExecution
sourcefn eq(&self, other: &StageExecution) -> bool
fn eq(&self, other: &StageExecution) -> bool
impl StructuralPartialEq for StageExecution
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more