Class: Aws::Types::SetUserPoolMfaConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetUserPoolMfaConfigRequest
- 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.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#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.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def email_mfa_configuration @email_mfa_configuration end |
#mfa_configuration ⇒ "OFF", ...
Returns the value of attribute mfa_configuration.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def mfa_configuration @mfa_configuration end |
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
Returns the value of attribute sms_mfa_configuration.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def sms_mfa_configuration @sms_mfa_configuration end |
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
Returns the value of attribute software_token_mfa_configuration.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def software_token_mfa_configuration @software_token_mfa_configuration end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def user_pool_id @user_pool_id end |
#web_authn_configuration ⇒ Types::WebAuthnConfigurationType
Returns the value of attribute web_authn_configuration.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def web_authn_configuration @web_authn_configuration end |