Struct rusoto_batch::SubmitJobResponse [] [src]

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

Fields

The unique identifier for the job.

The name of the job.

Trait Implementations

impl Default for SubmitJobResponse
[src]

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

impl Debug for SubmitJobResponse
[src]

Formats the value using the given formatter.

impl Clone for SubmitJobResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more