View source: R/sqs_operations.R
sqs_list_queues | R Documentation |
Returns a list of your queues in the current region. The response includes a maximum of 1,000 results. If you specify a value for the optional QueueNamePrefix
parameter, only queues with a name that begins with the specified value are returned.
See https://www.paws-r-sdk.com/docs/sqs_list_queues/ for full documentation.
sqs_list_queues(QueueNamePrefix = NULL, NextToken = NULL, MaxResults = NULL)
QueueNamePrefix |
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned. Queue URLs and names are case-sensitive. |
NextToken |
Pagination token to request the next set of results. |
MaxResults |
Maximum number of results to include in the response. Value range is 1
to 1000. You must set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.