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.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def access_token @access_token end |
#email_mfa_settings ⇒ Types::EmailMfaSettingsType
Returns the value of attribute email_mfa_settings.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def email_mfa_settings @email_mfa_settings end |
#sms_mfa_settings ⇒ Types::SMSMfaSettingsType
Returns the value of attribute sms_mfa_settings.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def sms_mfa_settings @sms_mfa_settings end |
#software_token_mfa_settings ⇒ Types::SoftwareTokenMfaSettingsType
Returns the value of attribute software_token_mfa_settings.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 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.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def web_authn_mfa_settings @web_authn_mfa_settings end |