AdminSetUserMFAPreferenceRequest
public struct AdminSetUserMFAPreferenceRequest : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The SMS text message MFA settings.
Declaration
Swift
public let sMSMfaSettings: SMSMfaSettingsType? - 
                  
                  
The time-based one-time password software token MFA settings.
Declaration
Swift
public let softwareTokenMfaSettings: SoftwareTokenMfaSettingsType? - 
                  
                  
The user pool username or alias.
Declaration
Swift
public let username: String - 
                  
                  
The user pool ID.
Declaration
Swift
public let userPoolId: String - 
                  
                  
Undocumented
Declaration
Swift
public init(sMSMfaSettings: SMSMfaSettingsType? = nil, softwareTokenMfaSettings: SoftwareTokenMfaSettingsType? = nil, username: String, userPoolId: String) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        AdminSetUserMFAPreferenceRequest Structure Reference