class
Amazonite::Sqs::ListDeadLetterSourceQueuesResult
- Amazonite::Sqs::ListDeadLetterSourceQueuesResult
- Reference
- Object
Overview
A list of your dead letter source queues.
Included Modules
- JSON::Serializable
Defined in:
sqs/list_dead_letter_source_queues_result.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
Pagination token to include in the next request.
-
#next_token=(next_token : String | Nil)
Pagination token to include in the next request.
-
#queue_urls : Array(String)
A list of source queue URLs that have the
RedrivePolicyqueue attribute configured with a dead-letter queue. -
#queue_urls=(queue_urls : Array(String))
A list of source queue URLs that have the
RedrivePolicyqueue attribute configured with a dead-letter queue. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a
dead-letter queue.
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a
dead-letter queue.