#[non_exhaustive]pub struct DescribePipelinesInput { /* private fields */ }
Expand description
Contains the parameters for DescribePipelines.
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePipelinesInput
.
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
.
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 ==
.