Class: Aws::Types::UpdateAccountSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccountSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection ⇒ Types::DeletionProtectionSettings
Returns the value of attribute deletion_protection.
-
#vended_metrics ⇒ Types::VendedMetricsSettings
Returns the value of attribute vended_metrics.
Instance Attribute Details
#deletion_protection ⇒ Types::DeletionProtectionSettings
Returns the value of attribute deletion_protection.
872 873 874 |
# File 'sig/types.rbs', line 872 def deletion_protection @deletion_protection end |
#vended_metrics ⇒ Types::VendedMetricsSettings
Returns the value of attribute vended_metrics.
873 874 875 |
# File 'sig/types.rbs', line 873 def vended_metrics @vended_metrics end |