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]

[src]

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

impl Debug for JobExecutionSummaryForJob
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for JobExecutionSummaryForJob
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations