Class: Aws::Types::AdminSetUserMFAPreferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminSetUserMFAPreferenceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_mfa_settings ⇒ Types::EmailMfaSettingsType
Returns the value of attribute email_mfa_settings.
-
#sms_mfa_settings ⇒ Types::SMSMfaSettingsType
Returns the value of attribute sms_mfa_settings.
-
#software_token_mfa_settings ⇒ Types::SoftwareTokenMfaSettingsType
Returns the value of attribute software_token_mfa_settings.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#web_authn_mfa_settings ⇒ Types::WebAuthnMfaSettingsType
Returns the value of attribute web_authn_mfa_settings.
Instance Attribute Details
#email_mfa_settings ⇒ Types::EmailMfaSettingsType
Returns the value of attribute email_mfa_settings.
320 321 322 |
# File 'sig/types.rbs', line 320 def email_mfa_settings @email_mfa_settings end |
#sms_mfa_settings ⇒ Types::SMSMfaSettingsType
Returns the value of attribute sms_mfa_settings.
318 319 320 |
# File 'sig/types.rbs', line 318 def sms_mfa_settings @sms_mfa_settings end |
#software_token_mfa_settings ⇒ Types::SoftwareTokenMfaSettingsType
Returns the value of attribute software_token_mfa_settings.
319 320 321 |
# File 'sig/types.rbs', line 319 def software_token_mfa_settings @software_token_mfa_settings end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
322 323 324 |
# File 'sig/types.rbs', line 322 def username @username end |
#web_authn_mfa_settings ⇒ Types::WebAuthnMfaSettingsType
Returns the value of attribute web_authn_mfa_settings.
321 322 323 |
# File 'sig/types.rbs', line 321 def web_authn_mfa_settings @web_authn_mfa_settings end |