Class: Aws::Types::UpdateUserProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
-
#user_settings ⇒ Types::UserSettings
Returns the value of attribute user_settings.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
12491 12492 12493 |
# File 'sig/types.rbs', line 12491 def domain_id @domain_id end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
12492 12493 12494 |
# File 'sig/types.rbs', line 12492 def user_profile_name @user_profile_name end |
#user_settings ⇒ Types::UserSettings
Returns the value of attribute user_settings.
12493 12494 12495 |
# File 'sig/types.rbs', line 12493 def user_settings @user_settings end |