Class: Aws::Types::SetUserMFAPreferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetUserMFAPreferenceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#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.
-
#web_authn_mfa_settings ⇒ Types::WebAuthnMfaSettingsType
Returns the value of attribute web_authn_mfa_settings.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def access_token @access_token end |
#email_mfa_settings ⇒ Types::EmailMfaSettingsType
Returns the value of attribute email_mfa_settings.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def email_mfa_settings @email_mfa_settings end |
#sms_mfa_settings ⇒ Types::SMSMfaSettingsType
Returns the value of attribute sms_mfa_settings.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def sms_mfa_settings @sms_mfa_settings end |
#software_token_mfa_settings ⇒ Types::SoftwareTokenMfaSettingsType
Returns the value of attribute software_token_mfa_settings.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def software_token_mfa_settings @software_token_mfa_settings end |
#web_authn_mfa_settings ⇒ Types::WebAuthnMfaSettingsType
Returns the value of attribute web_authn_mfa_settings.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def web_authn_mfa_settings @web_authn_mfa_settings end |