Struct rusoto_sqs::PurgeQueueRequest [] [src]

pub struct PurgeQueueRequest {
    pub queue_url: String,
}

Fields

The URL of the queue from which the PurgeQueue action deletes messages.

Queue URLs are case-sensitive.

Trait Implementations

impl Default for PurgeQueueRequest
[src]

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

impl Debug for PurgeQueueRequest
[src]

Formats the value using the given formatter.

impl Clone for PurgeQueueRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more