Class: Aws::Types::GetUserPoolMfaConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUserPoolMfaConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_mfa_configuration ⇒ Types::EmailMfaConfigType
Returns the value of attribute email_mfa_configuration.
-
#mfa_configuration ⇒ "OFF", ...
Returns the value of attribute mfa_configuration.
-
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
Returns the value of attribute sms_mfa_configuration.
-
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
Returns the value of attribute software_token_mfa_configuration.
-
#web_authn_configuration ⇒ Types::WebAuthnConfigurationType
Returns the value of attribute web_authn_configuration.
Instance Attribute Details
#email_mfa_configuration ⇒ Types::EmailMfaConfigType
Returns the value of attribute email_mfa_configuration.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def email_mfa_configuration @email_mfa_configuration end |
#mfa_configuration ⇒ "OFF", ...
Returns the value of attribute mfa_configuration.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def mfa_configuration @mfa_configuration end |
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
Returns the value of attribute sms_mfa_configuration.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def sms_mfa_configuration @sms_mfa_configuration end |
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
Returns the value of attribute software_token_mfa_configuration.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def software_token_mfa_configuration @software_token_mfa_configuration end |
#web_authn_configuration ⇒ Types::WebAuthnConfigurationType
Returns the value of attribute web_authn_configuration.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def web_authn_configuration @web_authn_configuration end |