Module: Aws::CognitoIdentityProvider::Client::_SetUserPoolMfaConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SetUserPoolMfaConfigResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #email_mfa_configuration ⇒ Types::EmailMfaConfigType
- #mfa_configuration ⇒ "OFF", ...
- #sms_mfa_configuration ⇒ Types::SmsMfaConfigType
- #software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
- #web_authn_configuration ⇒ Types::WebAuthnConfigurationType
Instance Method Details
#email_mfa_configuration ⇒ Types::EmailMfaConfigType
1607 |
# File 'sig/client.rbs', line 1607
def email_mfa_configuration: () -> Types::EmailMfaConfigType
|
#mfa_configuration ⇒ "OFF", ...
1608 |
# File 'sig/client.rbs', line 1608
def mfa_configuration: () -> ("OFF" | "ON" | "OPTIONAL")
|
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
1605 |
# File 'sig/client.rbs', line 1605
def sms_mfa_configuration: () -> Types::SmsMfaConfigType
|
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
1606 |
# File 'sig/client.rbs', line 1606
def software_token_mfa_configuration: () -> Types::SoftwareTokenMfaConfigType
|
#web_authn_configuration ⇒ Types::WebAuthnConfigurationType
1609 |
# File 'sig/client.rbs', line 1609
def web_authn_configuration: () -> Types::WebAuthnConfigurationType
|