#[non_exhaustive]pub struct GetPipelineExecutionInput { /* private fields */ }
Expand description
Represents the input of a GetPipelineExecution
action.
Implementations§
source§impl GetPipelineExecutionInput
impl GetPipelineExecutionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPipelineExecution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPipelineExecution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetPipelineExecution
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPipelineExecutionInput
.
source§impl GetPipelineExecutionInput
impl GetPipelineExecutionInput
sourcepub fn pipeline_name(&self) -> Option<&str>
pub fn pipeline_name(&self) -> Option<&str>
The name of the pipeline about which you want to get execution details.
sourcepub fn pipeline_execution_id(&self) -> Option<&str>
pub fn pipeline_execution_id(&self) -> Option<&str>
The ID of the pipeline execution about which you want to get execution details.
Trait Implementations§
source§impl Clone for GetPipelineExecutionInput
impl Clone for GetPipelineExecutionInput
source§fn clone(&self) -> GetPipelineExecutionInput
fn clone(&self) -> GetPipelineExecutionInput
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 GetPipelineExecutionInput
impl Debug for GetPipelineExecutionInput
source§impl PartialEq<GetPipelineExecutionInput> for GetPipelineExecutionInput
impl PartialEq<GetPipelineExecutionInput> for GetPipelineExecutionInput
source§fn eq(&self, other: &GetPipelineExecutionInput) -> bool
fn eq(&self, other: &GetPipelineExecutionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.