SoftwareTokenMfaSettingsType
public struct SoftwareTokenMfaSettingsType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether software token MFA is enabled.
Declaration
Swift
public let enabled: Bool?
-
Specifies whether software token MFA is the preferred MFA method.
Declaration
Swift
public let preferredMfa: Bool?
-
Undocumented
Declaration
Swift
public init(enabled: Bool? = nil, preferredMfa: Bool? = nil)