DescribeUserResponse class

Constructors

DescribeUserResponse({String? brokerId, bool? consoleAccess, List<String>? groups, UserPendingChanges? pending, String? username})
DescribeUserResponse.fromJson(Map<String, dynamic> json)
factory

Properties

brokerId String?
Required. The unique ID that Amazon MQ generates for the broker.
final
consoleAccess bool?
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
final
groups List<String>?
The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
final
hashCode int
The hash code for this object.
no setterinherited
pending UserPendingChanges?
The status of the changes pending for the ActiveMQ user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
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

Operators

operator ==(Object other) bool
The equality operator.
inherited