class Aws::MQ::Types::ListUsersOutput

Returns a list of all ActiveMQ users.

@!attribute [rw] broker_id

Required. The unique ID that Amazon MQ generates for the broker.
@return [String]

@!attribute [rw] max_results

Required. The maximum number of ActiveMQ users that can be returned
per page (20 by default). This value must be an integer from 5 to
100.
@return [Integer]

@!attribute [rw] next_token

The token that specifies the next page of results Amazon MQ should
return. To request the first page, leave nextToken empty.
@return [String]

@!attribute [rw] users

Required. The list of all ActiveMQ usernames for the specified
broker. Does not apply to RabbitMQ brokers.
@return [Array<Types::UserSummary>]

@see docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/ListUsersOutput AWS API Documentation

Constants

SENSITIVE