ListUsersResponse class
Properties
-
brokerId
→ String?
-
Required. The unique ID that Amazon MQ generates for the broker.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
maxResults
→ int?
-
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.
final
-
nextToken
→ String?
-
The token that specifies the next page of results Amazon MQ should return.
To request the first page, leave nextToken empty.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
users
→ List<UserSummary>?
-
Required. The list of all ActiveMQ usernames for the specified broker.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited