class
Amazonite::Sqs::ListQueuesResult
- Amazonite::Sqs::ListQueuesResult
- Reference
- Object
Overview
A list of your queues.
Included Modules
- JSON::Serializable
Defined in:
sqs/list_queues_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(queue_urls : Array(String) | Nil = nil, next_token : String | Nil = nil)
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) | Nil
A list of queue URLs, up to 1,000 entries, or the value of
MaxResultsthat you sent in the request. -
#queue_urls=(queue_urls : Array(String) | Nil)
A list of queue URLs, up to 1,000 entries, or the value of
MaxResultsthat you sent in the request. - #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 queue URLs, up to 1,000 entries, or the value of MaxResults that you sent in the
request.
A list of queue URLs, up to 1,000 entries, or the value of MaxResults that you sent in the
request.