UserGroup class
Constructors
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the user group.
final
- engine → String?
-
The current supported value is Redis.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pendingChanges → UserGroupPendingChanges?
-
A list of updates being applied to the user groups.
final
-
replicationGroups
→ List<
String> ? -
A list of replication groups that the user group can access.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
Indicates user group status. Can be "creating", "active", "modifying",
"deleting".
final
- userGroupId → String?
-
The ID of the user group.
final
-
userIds
→ List<
String> ? -
The list of user IDs that belong to the user group.
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