Struct rusoto_elastictranscoder::ListJobsByPipelineResponse [] [src]

pub struct ListJobsByPipelineResponse {
    pub jobs: Option<Jobs>,
    pub next_page_token: Option<Id>,
}

The ListJobsByPipelineResponse structure.

Fields

An array of Job objects that are in the specified pipeline.

A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

Trait Implementations

impl Default for ListJobsByPipelineResponse
[src]

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

impl Debug for ListJobsByPipelineResponse
[src]

Formats the value using the given formatter.

impl Clone for ListJobsByPipelineResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more