Struct rusoto_elastictranscoder::ListPipelinesRequest[][src]

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

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. Read more

impl Clone for ListPipelinesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListPipelinesRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations