Class: Aws::Types::AccountSettings
- Inherits:
-
Object
- Object
- Aws::Types::AccountSettings
- 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.
12 13 14 |
# File 'sig/types.rbs', line 12 def deletion_protection @deletion_protection end |
#vended_metrics ⇒ Types::VendedMetricsSettings
Returns the value of attribute vended_metrics.
13 14 15 |
# File 'sig/types.rbs', line 13 def vended_metrics @vended_metrics end |