Class: Aws::Types::UpdateUserSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_settings ⇒ Types::UserSettings
Returns the value of attribute user_settings.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
938 939 940 |
# File 'sig/types.rbs', line 938 def account_id @account_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
939 940 941 |
# File 'sig/types.rbs', line 939 def user_id @user_id end |
#user_settings ⇒ Types::UserSettings
Returns the value of attribute user_settings.
940 941 942 |
# File 'sig/types.rbs', line 940 def user_settings @user_settings end |