class
Amazonite::Sqs::ListDeadLetterSourceQueuesRequest
- Amazonite::Sqs::ListDeadLetterSourceQueuesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/list_dead_letter_source_queues_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(queue_url : String, next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
Maximum number of results to include in the response.
-
#max_results=(max_results : Int32 | Nil)
Maximum number of results to include in the response.
-
#next_token : String | Nil
Pagination token to request the next set of results.
-
#next_token=(next_token : String | Nil)
Pagination token to request the next set of results.
-
#queue_url : String
The URL of a dead-letter queue.
-
#queue_url=(queue_url : String)
The URL of a dead-letter queue.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The URL of a dead-letter queue.
Queue URLs and names are case-sensitive.