#[non_exhaustive]pub struct StartPipelineExecutionOutput { /* private fields */ }
Expand description
Represents the output of a StartPipelineExecution
action.
Implementations§
source§impl StartPipelineExecutionOutput
impl StartPipelineExecutionOutput
sourcepub fn pipeline_execution_id(&self) -> Option<&str>
pub fn pipeline_execution_id(&self) -> Option<&str>
The unique system-generated ID of the pipeline execution that was started.
source§impl StartPipelineExecutionOutput
impl StartPipelineExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartPipelineExecutionOutput
.
Trait Implementations§
source§impl Clone for StartPipelineExecutionOutput
impl Clone for StartPipelineExecutionOutput
source§fn clone(&self) -> StartPipelineExecutionOutput
fn clone(&self) -> StartPipelineExecutionOutput
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