You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SQS::Types::ListDeadLetterSourceQueuesResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A list of your dead letter source queues.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)

    Pagination token to include in the next request.

#queue_urlsArray<String>

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

Returns:

  • (Array<String>)

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