Struct rusoto_datapipeline::DescribePipelinesOutput [] [src]

pub struct DescribePipelinesOutput {
    pub pipeline_description_list: PipelineDescriptionList,
}

Contains the output of DescribePipelines.

Fields

An array of descriptions for the specified pipelines.

Trait Implementations

impl Default for DescribePipelinesOutput
[src]

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

impl Debug for DescribePipelinesOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribePipelinesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more