class Aws::CognitoIdentityProvider::Types::SetUserMFAPreferenceRequest

@note When making an API call, you may pass SetUserMFAPreferenceRequest

data as a hash:

    {
      sms_mfa_settings: {
        enabled: false,
        preferred_mfa: false,
      },
      software_token_mfa_settings: {
        enabled: false,
        preferred_mfa: false,
      },
      access_token: "TokenModelType", # required
    }

@!attribute [rw] sms_mfa_settings

The SMS text message multi-factor authentication (MFA) settings.
@return [Types::SMSMfaSettingsType]

@!attribute [rw] software_token_mfa_settings

The time-based one-time password software token MFA settings.
@return [Types::SoftwareTokenMfaSettingsType]

@!attribute [rw] access_token

The access token for the user.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/SetUserMFAPreferenceRequest AWS API Documentation

Constants

SENSITIVE