Struct rusoto_elastictranscoder::ListPipelinesRequest [] [src]

pub struct ListPipelinesRequest {
    pub ascending: Option<Ascending>,
    pub page_token: Option<Id>,
}

The ListPipelineRequest structure.

Fields

To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

Trait Implementations

impl Default for ListPipelinesRequest
[src]

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

impl Debug for ListPipelinesRequest
[src]

Formats the value using the given formatter.

impl Clone for ListPipelinesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more