MFADevice

public struct MFADevice : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date when the MFA device was enabled for the user.

    Declaration

    Swift

    public let enableDate: TimeStamp
  • The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

    Declaration

    Swift

    public let serialNumber: String
  • The user with whom the MFA device is associated.

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(enableDate: TimeStamp, serialNumber: String, userName: String)