Class: Aws::Types::OrganizationAdditionalConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationAdditionalConfigurationResult
- 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.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def auto_enable @auto_enable end |
#name ⇒ "EKS_ADDON_MANAGEMENT", ...
Returns the value of attribute name.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def name @name end |