#[non_exhaustive]pub struct GetPipelineExecutionInput { /* private fields */ }
Expand description
Represents the input of a GetPipelineExecution
action.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetPipelineExecutionInput
impl Clone for GetPipelineExecutionInput
sourcefn clone(&self) -> GetPipelineExecutionInput
fn clone(&self) -> GetPipelineExecutionInput
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 GetPipelineExecutionInput
impl Debug for GetPipelineExecutionInput
sourceimpl PartialEq<GetPipelineExecutionInput> for GetPipelineExecutionInput
impl PartialEq<GetPipelineExecutionInput> for GetPipelineExecutionInput
sourcefn eq(&self, other: &GetPipelineExecutionInput) -> bool
fn eq(&self, other: &GetPipelineExecutionInput) -> bool
impl StructuralPartialEq for GetPipelineExecutionInput
Auto Trait Implementations
impl RefUnwindSafe for GetPipelineExecutionInput
impl Send for GetPipelineExecutionInput
impl Sync for GetPipelineExecutionInput
impl Unpin for GetPipelineExecutionInput
impl UnwindSafe for GetPipelineExecutionInput
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