ListUsersResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. The unique ID that Amazon MQ generates for the broker.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Required. The list of all ActiveMQ usernames for the specified broker. Does not apply to RabbitMQ brokers.

Functions

Link copied to clipboard
inline fun copy(block: ListUsersResponse.Builder.() -> Unit = {}): ListUsersResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String