Class: Aws::Types::UpdateAccountSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccountSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_settings ⇒ Types::AccountSettings
Returns the value of attribute account_settings.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
840 841 842 |
# File 'sig/types.rbs', line 840 def account_id @account_id end |
#account_settings ⇒ Types::AccountSettings
Returns the value of attribute account_settings.
841 842 843 |
# File 'sig/types.rbs', line 841 def account_settings @account_settings end |