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.
12551 12552 12553 |
# File 'sig/types.rbs', line 12551 def domain_id @domain_id end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
12552 12553 12554 |
# File 'sig/types.rbs', line 12552 def user_profile_name @user_profile_name end |
#user_settings ⇒ Types::UserSettings
Returns the value of attribute user_settings.
12553 12554 12555 |
# File 'sig/types.rbs', line 12553 def user_settings @user_settings end |