Class: Aws::Types::AccountSettings
- Inherits:
-
Object
- Object
- Aws::Types::AccountSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#default_namespace ⇒ ::String
Returns the value of attribute default_namespace.
-
#edition ⇒ "STANDARD", ...
Returns the value of attribute edition.
-
#notification_email ⇒ ::String
Returns the value of attribute notification_email.
-
#public_sharing_enabled ⇒ Boolean
Returns the value of attribute public_sharing_enabled.
-
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
Instance Attribute Details
#account_name ⇒ ::String
Returns the value of attribute account_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def account_name @account_name end |
#default_namespace ⇒ ::String
Returns the value of attribute default_namespace.
48 49 50 |
# File 'sig/types.rbs', line 48 def default_namespace @default_namespace end |
#edition ⇒ "STANDARD", ...
Returns the value of attribute edition.
47 48 49 |
# File 'sig/types.rbs', line 47 def edition @edition end |
#notification_email ⇒ ::String
Returns the value of attribute notification_email.
49 50 51 |
# File 'sig/types.rbs', line 49 def notification_email @notification_email end |
#public_sharing_enabled ⇒ Boolean
Returns the value of attribute public_sharing_enabled.
50 51 52 |
# File 'sig/types.rbs', line 50 def public_sharing_enabled @public_sharing_enabled end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
51 52 53 |
# File 'sig/types.rbs', line 51 def termination_protection_enabled @termination_protection_enabled end |