Struct rusoto_iot::JobExecutionSummaryForJob[][src]

pub struct JobExecutionSummaryForJob {
    pub job_execution_summary: Option<JobExecutionSummary>,
    pub thing_arn: Option<String>,
}

Contains a summary of information about job executions for a specific job.

Fields

Contains a subset of information about a job execution.

The ARN of the thing on which the job execution is running.

Trait Implementations

impl Default for JobExecutionSummaryForJob
[src]

Returns the "default value" for a type. Read more

impl Debug for JobExecutionSummaryForJob
[src]

Formats the value using the given formatter. Read more

impl Clone for JobExecutionSummaryForJob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for JobExecutionSummaryForJob
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations