Struct rusoto_datapipeline::ListPipelinesOutput [] [src]

pub struct ListPipelinesOutput {
    pub has_more_results: Option<bool>,
    pub marker: Option<String>,
    pub pipeline_id_list: Vec<PipelineIdName>,
}

Contains the output of ListPipelines.

Fields

Indicates whether there are more results that can be obtained by a subsequent call.

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

Trait Implementations

impl Default for ListPipelinesOutput
[src]

[src]

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

impl Debug for ListPipelinesOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListPipelinesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more