Struct rusoto_sqs::ListDeadLetterSourceQueuesRequest [] [src]

pub struct ListDeadLetterSourceQueuesRequest {
    pub queue_url: String,
}

Fields

The URL of a dead letter queue.

Queue URLs are case-sensitive.

Trait Implementations

impl Default for ListDeadLetterSourceQueuesRequest
[src]

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

impl Debug for ListDeadLetterSourceQueuesRequest
[src]

Formats the value using the given formatter.

impl Clone for ListDeadLetterSourceQueuesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more