Class: Aws::Types::GetUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mfa_options ⇒ ::Array[Types::MFAOptionType]
Returns the value of attribute mfa_options.
-
#preferred_mfa_setting ⇒ ::String
Returns the value of attribute preferred_mfa_setting.
-
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
-
#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
#mfa_options ⇒ ::Array[Types::MFAOptionType]
Returns the value of attribute mfa_options.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def @mfa_options end |
#preferred_mfa_setting ⇒ ::String
Returns the value of attribute preferred_mfa_setting.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def preferred_mfa_setting @preferred_mfa_setting end |
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def user_attributes @user_attributes end |
#user_mfa_setting_list ⇒ ::Array[::String]
Returns the value of attribute user_mfa_setting_list.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def user_mfa_setting_list @user_mfa_setting_list end |
#username ⇒ ::String
Returns the value of attribute username.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def username @username end |