Struct aws_sdk_elastictranscoder::output::ListJobsByPipelineOutput [−][src]
#[non_exhaustive]pub struct ListJobsByPipelineOutput {
pub jobs: Option<Vec<Job>>,
pub next_page_token: Option<String>,
}
Expand description
The ListJobsByPipelineResponse
structure.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.jobs: Option<Vec<Job>>
An array of Job
objects that are in the specified pipeline.
next_page_token: Option<String>
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
.
Implementations
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
.
Creates a new builder-style object to manufacture ListJobsByPipelineOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListJobsByPipelineOutput
impl Send for ListJobsByPipelineOutput
impl Sync for ListJobsByPipelineOutput
impl Unpin for ListJobsByPipelineOutput
impl UnwindSafe for ListJobsByPipelineOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more