Class: Aws::Types::UpdateUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#server_id ⇒ ::String
Returns the value of attribute server_id.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def server_id @server_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def user_name @user_name end |