ExAliyun.MNS.list_queues

You're seeing just the function list_queues, go back to ExAliyun.MNS module for more information.
Link to this function

list_queues(opts \\ [])

Specs

list_queues(opts :: Keyword.t()) :: result()

List the available message queues.

Alibaba Cloud API Docs

Options

  • :config_overrides, optional, the options in config_overrides, please see request/2 for details;
  • :queue_name_prefix, optional, search for the queue name starting with this prefix;
  • :number, optional, maximum number of results returned for a single request, the valid value range in 1..1000, by default is 1000;
  • :marker, optional, a similar pagination cursor when list a large queues list, which is acquired from the NextMarker returned in the previous request.