Struct rusoto_batch::JobSummary [] [src]

pub struct JobSummary {
    pub job_id: String,
    pub job_name: String,
}

An object representing summary details of a job.

Fields

The ID of the job.

The name of the job.

Trait Implementations

impl Default for JobSummary
[src]

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

impl Debug for JobSummary
[src]

Formats the value using the given formatter.

impl Clone for JobSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more