LoginProfile class

Contains the user name and password create date for a user.

This data type is used as a response element in the CreateLoginProfile and GetLoginProfile operations.

Constructors

LoginProfile({required DateTime createDate, required String userName, bool? passwordResetRequired})
LoginProfile.fromXml(XmlElement elem)
factory

Properties

createDate DateTime
The date when the password for the user was created.
final
hashCode int
The hash code for this object.
no setterinherited
passwordResetRequired bool?
Specifies whether the user is required to set a new password on next sign-in.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userName String
The name of the user, which can be used for signing in to the AWS Management Console.
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