Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_path ⇒ ::String
Returns the value of attribute new_path.
-
#new_user_name ⇒ ::String
Returns the value of attribute new_user_name.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#new_path ⇒ ::String
Returns the value of attribute new_path.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def new_path @new_path end |
#new_user_name ⇒ ::String
Returns the value of attribute new_user_name.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def new_user_name @new_user_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def user_name @user_name end |