Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_string ⇒ ::String
Returns the value of attribute access_string.
-
#authentication_mode ⇒ Types::AuthenticationMode
Returns the value of attribute authentication_mode.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#access_string ⇒ ::String
Returns the value of attribute access_string.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def access_string @access_string end |
#authentication_mode ⇒ Types::AuthenticationMode
Returns the value of attribute authentication_mode.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def authentication_mode @authentication_mode end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def user_name @user_name end |