Module: Aws::CognitoIdentityProvider::Client::_SetUserPoolMfaConfigResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::SetUserPoolMfaConfigResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#email_mfa_configurationTypes::EmailMfaConfigType



1618
# File 'sig/client.rbs', line 1618

def email_mfa_configuration: () -> Types::EmailMfaConfigType

#mfa_configuration"OFF", ...

Returns:

  • ("OFF", "ON", "OPTIONAL")


1619
# File 'sig/client.rbs', line 1619

def mfa_configuration: () -> ("OFF" | "ON" | "OPTIONAL")

#sms_mfa_configurationTypes::SmsMfaConfigType



1616
# File 'sig/client.rbs', line 1616

def sms_mfa_configuration: () -> Types::SmsMfaConfigType

#software_token_mfa_configurationTypes::SoftwareTokenMfaConfigType



1617
# File 'sig/client.rbs', line 1617

def software_token_mfa_configuration: () -> Types::SoftwareTokenMfaConfigType

#web_authn_configurationTypes::WebAuthnConfigurationType



1620
# File 'sig/client.rbs', line 1620

def web_authn_configuration: () -> Types::WebAuthnConfigurationType