Class: Aws::Types::UpdateAccountSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccountSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#default_namespace ⇒ ::String
Returns the value of attribute default_namespace.
-
#notification_email ⇒ ::String
Returns the value of attribute notification_email.
-
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
11853 11854 11855 |
# File 'sig/types.rbs', line 11853 def aws_account_id @aws_account_id end |
#default_namespace ⇒ ::String
Returns the value of attribute default_namespace.
11854 11855 11856 |
# File 'sig/types.rbs', line 11854 def default_namespace @default_namespace end |
#notification_email ⇒ ::String
Returns the value of attribute notification_email.
11855 11856 11857 |
# File 'sig/types.rbs', line 11855 def notification_email @notification_email end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
11856 11857 11858 |
# File 'sig/types.rbs', line 11856 def termination_protection_enabled @termination_protection_enabled end |