Class: Aws::Types::GetUserSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUserSettingsRequest
- 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.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
416 417 418 |
# File 'sig/types.rbs', line 416 def account_id @account_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
417 418 419 |
# File 'sig/types.rbs', line 417 def user_id @user_id end |