Class: Aws::Types::OrganizationAdditionalConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationAdditionalConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_enable ⇒ "NEW", ...
Returns the value of attribute auto_enable.
-
#name ⇒ "EKS_ADDON_MANAGEMENT", ...
Returns the value of attribute name.
Instance Attribute Details
#auto_enable ⇒ "NEW", ...
Returns the value of attribute auto_enable.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def auto_enable @auto_enable end |
#name ⇒ "EKS_ADDON_MANAGEMENT", ...
Returns the value of attribute name.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def name @name end |