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 the available message queues.
Options
:config_overrides
, optional, the options inconfig_overrides
, please seerequest/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 theNextMarker
returned in the previous request.