Struct rusoto_datapipeline::ListPipelinesInput [] [src]

pub struct ListPipelinesInput {
    pub marker: Option<String>,
}

Contains the parameters for ListPipelines.

Fields

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

Trait Implementations

impl Default for ListPipelinesInput
[src]

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

impl Debug for ListPipelinesInput
[src]

Formats the value using the given formatter.

impl Clone for ListPipelinesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more