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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sqs/types.rb

Overview

A list of your dead letter source queues.

Instance Attribute Summary collapse

Instance Attribute Details

#queue_urlsArray<String>

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

Returns:

  • (Array<String>)


802
803
804
805
# File 'lib/aws-sdk-sqs/types.rb', line 802

class ListDeadLetterSourceQueuesResult < Struct.new(
  :queue_urls)
  include Aws::Structure
end