Class: Aws::Types::UpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#user_details ⇒ Types::UpdateUserDetails
Returns the value of attribute user_details.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#network_id ⇒ ::String
Returns the value of attribute network_id.
960 961 962 |
# File 'sig/types.rbs', line 960 def network_id @network_id end |
#user_details ⇒ Types::UpdateUserDetails
Returns the value of attribute user_details.
962 963 964 |
# File 'sig/types.rbs', line 962 def user_details @user_details end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
961 962 963 |
# File 'sig/types.rbs', line 961 def user_id @user_id end |