Struct aws_sdk_datapipeline::input::DescribePipelinesInput
source · [−]#[non_exhaustive]pub struct DescribePipelinesInput { /* private fields */ }
Expand description
Contains the parameters for DescribePipelines.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DescribePipelinesInput
impl Clone for DescribePipelinesInput
sourcefn clone(&self) -> DescribePipelinesInput
fn clone(&self) -> DescribePipelinesInput
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 DescribePipelinesInput
impl Debug for DescribePipelinesInput
sourceimpl PartialEq<DescribePipelinesInput> for DescribePipelinesInput
impl PartialEq<DescribePipelinesInput> for DescribePipelinesInput
sourcefn eq(&self, other: &DescribePipelinesInput) -> bool
fn eq(&self, other: &DescribePipelinesInput) -> bool
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
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