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
1216 |
# File 'sig/client.rbs', line 1216
def email_mfa_configuration: () -> Types::EmailMfaConfigType
|
#mfa_configuration ⇒ "OFF", ...
1217 |
# File 'sig/client.rbs', line 1217
def mfa_configuration: () -> ("OFF" | "ON" | "OPTIONAL")
|
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
1214 |
# File 'sig/client.rbs', line 1214
def sms_mfa_configuration: () -> Types::SmsMfaConfigType
|
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
1215 |
# File 'sig/client.rbs', line 1215
def software_token_mfa_configuration: () -> Types::SoftwareTokenMfaConfigType
|
#web_authn_configuration ⇒ Types::WebAuthnConfigurationType
1218 |
# File 'sig/client.rbs', line 1218
def web_authn_configuration: () -> Types::WebAuthnConfigurationType
|