Struct rusoto_iot::JobExecutionSummaryForThing [] [src]

pub struct JobExecutionSummaryForThing {
    pub job_execution_summary: Option<JobExecutionSummary>,
    pub job_id: Option<String>,
}

The job execution summary for a thing.

Fields

Contains a subset of information about a job execution.

The unique identifier you assigned to this job when it was created.

Trait Implementations

impl Default for JobExecutionSummaryForThing
[src]

[src]

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

impl Debug for JobExecutionSummaryForThing
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for JobExecutionSummaryForThing
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations