class Aws::SQS::Types::ListDeadLetterSourceQueuesRequest

@note When making an API call, you may pass ListDeadLetterSourceQueuesRequest

data as a hash:

    {
      queue_url: "String", # required
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] queue_url

The URL of a dead-letter queue.

Queue URLs and names are case-sensitive.
@return [String]

@!attribute [rw] next_token

Pagination token to request the next set of results.
@return [String]

@!attribute [rw] max_results

Maximum number of results to include in the response. Value range is
1 to 1000. You must set `MaxResults` to receive a value for
`NextToken` in the response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/ListDeadLetterSourceQueuesRequest AWS API Documentation

Constants

SENSITIVE