SetUserMFAPreferenceRequest
public struct SetUserMFAPreferenceRequest : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The access token for the user.
Declaration
Swift
public let accessToken: String - 
                  
                  
The SMS text message multi-factor authentication (MFA) settings.
Declaration
Swift
public let sMSMfaSettings: SMSMfaSettingsType? - 
                  
                  
The time-based one-time password software token MFA settings.
Declaration
Swift
public let softwareTokenMfaSettings: SoftwareTokenMfaSettingsType? - 
                  
                  
Undocumented
Declaration
Swift
public init(accessToken: String, sMSMfaSettings: SMSMfaSettingsType? = nil, softwareTokenMfaSettings: SoftwareTokenMfaSettingsType? = nil) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        SetUserMFAPreferenceRequest Structure Reference