Struct rusoto_datapipeline::DescribePipelinesInput [] [src]

pub struct DescribePipelinesInput {
    pub pipeline_ids: IdList,
}

Contains the parameters for DescribePipelines.

Fields

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

impl Default for DescribePipelinesInput
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribePipelinesInput
[src]

Formats the value using the given formatter.

impl Clone for DescribePipelinesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more