Struct rusoto_sqs::ListDeadLetterSourceQueuesResult [] [src]

pub struct ListDeadLetterSourceQueuesResult {
    pub queue_urls: QueueUrlList,
}

A list of your dead letter source queues.

Fields

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

Trait Implementations

impl Default for ListDeadLetterSourceQueuesResult
[src]

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

impl Debug for ListDeadLetterSourceQueuesResult
[src]

Formats the value using the given formatter.

impl Clone for ListDeadLetterSourceQueuesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more