Struct aws_sdk_iot::output::ListJobExecutionsForJobOutput
source · #[non_exhaustive]pub struct ListJobExecutionsForJobOutput { /* private fields */ }
Implementations§
source§impl ListJobExecutionsForJobOutput
impl ListJobExecutionsForJobOutput
sourcepub fn execution_summaries(&self) -> Option<&[JobExecutionSummaryForJob]>
pub fn execution_summaries(&self) -> Option<&[JobExecutionSummaryForJob]>
A list of job execution summaries.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results, or null if there are no additional results.
source§impl ListJobExecutionsForJobOutput
impl ListJobExecutionsForJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListJobExecutionsForJobOutput
.
Trait Implementations§
source§impl Clone for ListJobExecutionsForJobOutput
impl Clone for ListJobExecutionsForJobOutput
source§fn clone(&self) -> ListJobExecutionsForJobOutput
fn clone(&self) -> ListJobExecutionsForJobOutput
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 PartialEq<ListJobExecutionsForJobOutput> for ListJobExecutionsForJobOutput
impl PartialEq<ListJobExecutionsForJobOutput> for ListJobExecutionsForJobOutput
source§fn eq(&self, other: &ListJobExecutionsForJobOutput) -> bool
fn eq(&self, other: &ListJobExecutionsForJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.