#[non_exhaustive]pub struct ListJobsByStatusOutput { /* private fields */ }
Expand description
The ListJobsByStatusResponse
structure.
Implementations§
source§impl ListJobsByStatusOutput
impl ListJobsByStatusOutput
sourcepub fn next_page_token(&self) -> Option<&str>
pub fn next_page_token(&self) -> Option<&str>
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
.
source§impl ListJobsByStatusOutput
impl ListJobsByStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListJobsByStatusOutput
.
Trait Implementations§
source§impl Clone for ListJobsByStatusOutput
impl Clone for ListJobsByStatusOutput
source§fn clone(&self) -> ListJobsByStatusOutput
fn clone(&self) -> ListJobsByStatusOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListJobsByStatusOutput
impl Debug for ListJobsByStatusOutput
source§impl PartialEq<ListJobsByStatusOutput> for ListJobsByStatusOutput
impl PartialEq<ListJobsByStatusOutput> for ListJobsByStatusOutput
source§fn eq(&self, other: &ListJobsByStatusOutput) -> bool
fn eq(&self, other: &ListJobsByStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.