#[non_exhaustive]pub struct DescribePipelinesInput { /* private fields */ }
Expand description
Contains the parameters for DescribePipelines.
Implementations§
source§impl DescribePipelinesInput
impl DescribePipelinesInput
sourcepub fn pipeline_ids(&self) -> Option<&[String]>
pub fn pipeline_ids(&self) -> Option<&[String]>
The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines
.
source§impl DescribePipelinesInput
impl DescribePipelinesInput
sourcepub fn builder() -> DescribePipelinesInputBuilder
pub fn builder() -> DescribePipelinesInputBuilder
Creates a new builder-style object to manufacture DescribePipelinesInput
.
source§impl DescribePipelinesInput
impl DescribePipelinesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePipelines, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribePipelines, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribePipelines
>
Trait Implementations§
source§impl Clone for DescribePipelinesInput
impl Clone for DescribePipelinesInput
source§fn clone(&self) -> DescribePipelinesInput
fn clone(&self) -> DescribePipelinesInput
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 DescribePipelinesInput
impl Debug for DescribePipelinesInput
source§impl PartialEq<DescribePipelinesInput> for DescribePipelinesInput
impl PartialEq<DescribePipelinesInput> for DescribePipelinesInput
source§fn eq(&self, other: &DescribePipelinesInput) -> bool
fn eq(&self, other: &DescribePipelinesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribePipelinesInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribePipelinesInput
impl Send for DescribePipelinesInput
impl Sync for DescribePipelinesInput
impl Unpin for DescribePipelinesInput
impl UnwindSafe for DescribePipelinesInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more