Module: Aws::CognitoIdentityProvider::Client::_GetUserPoolMfaConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUserPoolMfaConfigResponse]
- 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
1202 |
# File 'sig/client.rbs', line 1202
def email_mfa_configuration: () -> Types::EmailMfaConfigType
|
#mfa_configuration ⇒ "OFF", ...
1203 |
# File 'sig/client.rbs', line 1203
def mfa_configuration: () -> ("OFF" | "ON" | "OPTIONAL")
|
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
1200 |
# File 'sig/client.rbs', line 1200
def sms_mfa_configuration: () -> Types::SmsMfaConfigType
|
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
1201 |
# File 'sig/client.rbs', line 1201
def software_token_mfa_configuration: () -> Types::SoftwareTokenMfaConfigType
|
#web_authn_configuration ⇒ Types::WebAuthnConfigurationType
1204 |
# File 'sig/client.rbs', line 1204
def web_authn_configuration: () -> Types::WebAuthnConfigurationType
|