Struct aws_sdk_iot::model::JobExecutionSummaryForJob
source · #[non_exhaustive]pub struct JobExecutionSummaryForJob { /* private fields */ }
Expand description
Contains a summary of information about job executions for a specific job.
Implementations§
source§impl JobExecutionSummaryForJob
impl JobExecutionSummaryForJob
sourcepub fn thing_arn(&self) -> Option<&str>
pub fn thing_arn(&self) -> Option<&str>
The ARN of the thing on which the job execution is running.
sourcepub fn job_execution_summary(&self) -> Option<&JobExecutionSummary>
pub fn job_execution_summary(&self) -> Option<&JobExecutionSummary>
Contains a subset of information about a job execution.
source§impl JobExecutionSummaryForJob
impl JobExecutionSummaryForJob
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JobExecutionSummaryForJob
.
Trait Implementations§
source§impl Clone for JobExecutionSummaryForJob
impl Clone for JobExecutionSummaryForJob
source§fn clone(&self) -> JobExecutionSummaryForJob
fn clone(&self) -> JobExecutionSummaryForJob
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 JobExecutionSummaryForJob
impl Debug for JobExecutionSummaryForJob
source§impl PartialEq<JobExecutionSummaryForJob> for JobExecutionSummaryForJob
impl PartialEq<JobExecutionSummaryForJob> for JobExecutionSummaryForJob
source§fn eq(&self, other: &JobExecutionSummaryForJob) -> bool
fn eq(&self, other: &JobExecutionSummaryForJob) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.