#[non_exhaustive]pub struct GetPipelineExecutionOutput { /* private fields */ }
Expand description
Represents the output of a GetPipelineExecution
action.
Implementations§
source§impl GetPipelineExecutionOutput
impl GetPipelineExecutionOutput
sourcepub fn pipeline_execution(&self) -> Option<&PipelineExecution>
pub fn pipeline_execution(&self) -> Option<&PipelineExecution>
Represents information about the execution of a pipeline.
source§impl GetPipelineExecutionOutput
impl GetPipelineExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPipelineExecutionOutput
.
Trait Implementations§
source§impl Clone for GetPipelineExecutionOutput
impl Clone for GetPipelineExecutionOutput
source§fn clone(&self) -> GetPipelineExecutionOutput
fn clone(&self) -> GetPipelineExecutionOutput
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 more