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.
12243 12244 12245 |
# File 'sig/types.rbs', line 12243 def aws_account_id @aws_account_id end |
#default_namespace ⇒ ::String
Returns the value of attribute default_namespace.
12244 12245 12246 |
# File 'sig/types.rbs', line 12244 def default_namespace @default_namespace end |
#notification_email ⇒ ::String
Returns the value of attribute notification_email.
12245 12246 12247 |
# File 'sig/types.rbs', line 12245 def notification_email @notification_email end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
12246 12247 12248 |
# File 'sig/types.rbs', line 12246 def termination_protection_enabled @termination_protection_enabled end |