#[non_exhaustive]pub struct ListDeadLetterSourceQueuesOutput { /* private fields */ }
Expand description
A list of your dead letter source queues.
Implementations§
source§impl ListDeadLetterSourceQueuesOutput
impl ListDeadLetterSourceQueuesOutput
sourcepub fn queue_urls(&self) -> Option<&[String]>
pub fn queue_urls(&self) -> Option<&[String]>
A list of source queue URLs that have the RedrivePolicy
queue attribute configured with a dead-letter queue.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token to include in the next request. Token value is null
if there are no additional results to request, or if you did not set MaxResults
in the request.
source§impl ListDeadLetterSourceQueuesOutput
impl ListDeadLetterSourceQueuesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDeadLetterSourceQueuesOutput
.
Trait Implementations§
source§impl Clone for ListDeadLetterSourceQueuesOutput
impl Clone for ListDeadLetterSourceQueuesOutput
source§fn clone(&self) -> ListDeadLetterSourceQueuesOutput
fn clone(&self) -> ListDeadLetterSourceQueuesOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ListDeadLetterSourceQueuesOutput> for ListDeadLetterSourceQueuesOutput
impl PartialEq<ListDeadLetterSourceQueuesOutput> for ListDeadLetterSourceQueuesOutput
source§fn eq(&self, other: &ListDeadLetterSourceQueuesOutput) -> bool
fn eq(&self, other: &ListDeadLetterSourceQueuesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.