Class: Aws::Types::SetUserMFAPreferenceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def access_token
  @access_token
end

#email_mfa_settingsTypes::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_settingsTypes::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_settingsTypes::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_settingsTypes::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