Class: Aws::Types::SetUserMFAPreferenceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:



1987
1988
1989
# File 'sig/types.rbs', line 1987

def access_token
  @access_token
end

#email_mfa_settingsTypes::EmailMfaSettingsType

Returns the value of attribute email_mfa_settings.

Returns:



1985
1986
1987
# File 'sig/types.rbs', line 1985

def email_mfa_settings
  @email_mfa_settings
end

#sms_mfa_settingsTypes::SMSMfaSettingsType

Returns the value of attribute sms_mfa_settings.

Returns:



1983
1984
1985
# File 'sig/types.rbs', line 1983

def sms_mfa_settings
  @sms_mfa_settings
end

#software_token_mfa_settingsTypes::SoftwareTokenMfaSettingsType

Returns the value of attribute software_token_mfa_settings.

Returns:



1984
1985
1986
# File 'sig/types.rbs', line 1984

def software_token_mfa_settings
  @software_token_mfa_settings
end

#web_authn_mfa_settingsTypes::WebAuthnMfaSettingsType

Returns the value of attribute web_authn_mfa_settings.

Returns:



1986
1987
1988
# File 'sig/types.rbs', line 1986

def web_authn_mfa_settings
  @web_authn_mfa_settings
end