MFAOptionType
public struct MFAOptionType : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The attribute name of the MFA option type. The only valid value is phone_number.
Declaration
Swift
public let attributeName: String? - 
                  
                  
The delivery medium to send the MFA code. You can use this parameter to set only the SMS delivery medium value.
Declaration
Swift
public let deliveryMedium: DeliveryMediumType? - 
                  
                  
Undocumented
Declaration
Swift
public init(attributeName: String? = nil, deliveryMedium: DeliveryMediumType? = nil) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        MFAOptionType Structure Reference