mq_list_users {paws.application.integration} | R Documentation |
Returns a list of all ActiveMQ users
Description
Returns a list of all ActiveMQ users.
See https://www.paws-r-sdk.com/docs/mq_list_users/ for full documentation.
Usage
mq_list_users(BrokerId, MaxResults = NULL, NextToken = NULL)
Arguments
BrokerId |
[required] The unique ID that Amazon MQ generates for the broker. |
MaxResults |
The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100. |
NextToken |
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty. |
[Package paws.application.integration version 0.9.0 Index]