Struct rusoto_importexport::Job [] [src]

pub struct Job {
    pub creation_date: Option<CreationDate>,
    pub is_canceled: Option<IsCanceled>,
    pub job_id: Option<JobId>,
    pub job_type: Option<JobType>,
}

Representation of a job returned by the ListJobs operation.

Fields

Trait Implementations

impl Default for Job
[src]

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

impl Debug for Job
[src]

Formats the value using the given formatter.

impl Clone for Job
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more