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.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def @mfa_options end |
#preferred_mfa_setting ⇒ ::String
Returns the value of attribute preferred_mfa_setting.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def preferred_mfa_setting @preferred_mfa_setting end |
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def user_attributes @user_attributes end |
#user_mfa_setting_list ⇒ ::Array[::String]
Returns the value of attribute user_mfa_setting_list.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def user_mfa_setting_list @user_mfa_setting_list end |
#username ⇒ ::String
Returns the value of attribute username.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def username @username end |