Struct rusoto_batch::DeleteJobQueueRequest [] [src]

pub struct DeleteJobQueueRequest {
    pub job_queue: String,
}

Fields

The short name or full Amazon Resource Name (ARN) of the queue to delete.

Trait Implementations

impl Default for DeleteJobQueueRequest
[src]

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

impl Debug for DeleteJobQueueRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteJobQueueRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more