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