#[non_exhaustive]pub struct RetryPipelineExecutionOutput { /* private fields */ }
Implementations§
source§impl RetryPipelineExecutionOutput
impl RetryPipelineExecutionOutput
sourcepub fn pipeline_execution_arn(&self) -> Option<&str>
pub fn pipeline_execution_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the pipeline execution.
source§impl RetryPipelineExecutionOutput
impl RetryPipelineExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RetryPipelineExecutionOutput
.
Trait Implementations§
source§impl Clone for RetryPipelineExecutionOutput
impl Clone for RetryPipelineExecutionOutput
source§fn clone(&self) -> RetryPipelineExecutionOutput
fn clone(&self) -> RetryPipelineExecutionOutput
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 RetryPipelineExecutionOutput
impl Debug for RetryPipelineExecutionOutput
source§impl PartialEq<RetryPipelineExecutionOutput> for RetryPipelineExecutionOutput
impl PartialEq<RetryPipelineExecutionOutput> for RetryPipelineExecutionOutput
source§fn eq(&self, other: &RetryPipelineExecutionOutput) -> bool
fn eq(&self, other: &RetryPipelineExecutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.