Struct rusoto_batch::CreateJobQueueResponse [] [src]

pub struct CreateJobQueueResponse {
    pub job_queue_arn: String,
    pub job_queue_name: String,
}

Fields

The Amazon Resource Name (ARN) of the job queue.

The name of the job queue.

Trait Implementations

impl Default for CreateJobQueueResponse
[src]

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

impl Debug for CreateJobQueueResponse
[src]

Formats the value using the given formatter.

impl Clone for CreateJobQueueResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more