Struct rusoto_batch::UpdateJobQueueResponse [] [src]

pub struct UpdateJobQueueResponse {
    pub job_queue_arn: Option<String>,
    pub job_queue_name: Option<String>,
}

Fields

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

The name of the job queue.

Trait Implementations

impl Default for UpdateJobQueueResponse
[src]

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

impl Debug for UpdateJobQueueResponse
[src]

Formats the value using the given formatter.

impl Clone for UpdateJobQueueResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more