listQueues

abstract suspend fun listQueues(input: ListQueuesRequest = ListQueuesRequest { }): ListQueuesResponse

Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array.