Class: Aws::Types::GetUserAuthFactorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUserAuthFactorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_user_auth_factors ⇒ ::Array[("PASSWORD" | "EMAIL_OTP" | "SMS_OTP" | "WEB_AUTHN" | "SOFTWARE_TOKEN")]
Returns the value of attribute configured_user_auth_factors.
-
#preferred_mfa_setting ⇒ ::String
Returns the value of attribute preferred_mfa_setting.
-
#user_mfa_setting_list ⇒ ::Array[::String]
Returns the value of attribute user_mfa_setting_list.
-
#username ⇒ ::String
Returns the value of attribute username.
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.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def configured_user_auth_factors @configured_user_auth_factors end |
#preferred_mfa_setting ⇒ ::String
Returns the value of attribute preferred_mfa_setting.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def preferred_mfa_setting @preferred_mfa_setting end |
#user_mfa_setting_list ⇒ ::Array[::String]
Returns the value of attribute user_mfa_setting_list.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def user_mfa_setting_list @user_mfa_setting_list end |
#username ⇒ ::String
Returns the value of attribute username.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def username @username end |