Class: Aws::Types::GetUserAuthFactorsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_user_auth_factors::Array[("PASSWORD" | "EMAIL_OTP" | "SMS_OTP" | "WEB_AUTHN" | "SOFTWARE_TOKEN")]

Returns the value of attribute configured_user_auth_factors.

Returns:

  • (::Array[("PASSWORD" | "EMAIL_OTP" | "SMS_OTP" | "WEB_AUTHN" | "SOFTWARE_TOKEN")])


1297
1298
1299
# File 'sig/types.rbs', line 1297

def configured_user_auth_factors
  @configured_user_auth_factors
end

#preferred_mfa_setting::String

Returns the value of attribute preferred_mfa_setting.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def preferred_mfa_setting
  @preferred_mfa_setting
end

#user_mfa_setting_list::Array[::String]

Returns the value of attribute user_mfa_setting_list.

Returns:

  • (::Array[::String])


1296
1297
1298
# File 'sig/types.rbs', line 1296

def user_mfa_setting_list
  @user_mfa_setting_list
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def username
  @username
end