Class: Aws::Types::AdminSetUserMFAPreferenceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def username
  @username
end

#web_authn_mfa_settingsTypes::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