Values.MFADeviceSourceContains information about an MFA device. This data type is used as a response element in the ListMFADevices operation.
type nonrec t = {userName : UserNameType.t option;The user with whom the MFA device is associated.
*)serialNumber : SerialNumberType.t option;The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.
*)enableDate : DateType.t option;The date when the MFA device was enabled for the user.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of UserNameType.t | `Timestamp of DateType.t ])
list ]