Struct aws_sdk_emrserverless::output::ListJobRunsOutput
source · [−]#[non_exhaustive]pub struct ListJobRunsOutput { /* private fields */ }
Implementations
sourceimpl ListJobRunsOutput
impl ListJobRunsOutput
sourcepub fn job_runs(&self) -> Option<&[JobRunSummary]>
pub fn job_runs(&self) -> Option<&[JobRunSummary]>
The output lists information about the specified job runs.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.
sourceimpl ListJobRunsOutput
impl ListJobRunsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListJobRunsOutput
.
Trait Implementations
sourceimpl Clone for ListJobRunsOutput
impl Clone for ListJobRunsOutput
sourcefn clone(&self) -> ListJobRunsOutput
fn clone(&self) -> ListJobRunsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListJobRunsOutput
impl Debug for ListJobRunsOutput
sourceimpl PartialEq<ListJobRunsOutput> for ListJobRunsOutput
impl PartialEq<ListJobRunsOutput> for ListJobRunsOutput
sourcefn eq(&self, other: &ListJobRunsOutput) -> bool
fn eq(&self, other: &ListJobRunsOutput) -> bool
impl StructuralPartialEq for ListJobRunsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListJobRunsOutput
impl Send for ListJobRunsOutput
impl Sync for ListJobRunsOutput
impl Unpin for ListJobRunsOutput
impl UnwindSafe for ListJobRunsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more