MFADevice class
Contains information about an MFA device.
This data type is used as a response element in the ListMFADevices operation.
Constructors
- MFADevice({required DateTime enableDate, required String serialNumber, required String userName})
- MFADevice.fromXml(XmlElement elem)
-
factory
Properties
- enableDate → DateTime
-
The date when the MFA device was enabled for the user.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber → String
-
The serial number that uniquely identifies the MFA device. For virtual MFA
devices, the serial number is the device ARN.
final
- userName → String
-
The user with whom the MFA device is associated.
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