User class
Constructors
Properties
- accessString → String?
-
Access permissions string used for this user.
final
- arn → String?
-
The Amazon Resource Name (ARN) of the user.
final
- authentication → Authentication?
-
Denotes whether the user requires a password to authenticate.
final
- engine → String?
-
The current supported value is Redis.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
Indicates the user status. Can be "active", "modifying" or "deleting".
final
-
userGroupIds
→ List<
String> ? -
Returns a list of the user group IDs the user belongs to.
final
- userId → String?
-
The ID of the user.
final
- userName → String?
-
The username of the user.
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