Class: Aws::Types::OrganizationFeatureConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationFeatureConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_configuration ⇒ ::Array[Types::OrganizationAdditionalConfiguration]
Returns the value of attribute additional_configuration.
-
#auto_enable ⇒ "NEW", ...
Returns the value of attribute auto_enable.
-
#name ⇒ "S3_DATA_EVENTS", ...
Returns the value of attribute name.
Instance Attribute Details
#additional_configuration ⇒ ::Array[Types::OrganizationAdditionalConfiguration]
Returns the value of attribute additional_configuration.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def additional_configuration @additional_configuration end |
#auto_enable ⇒ "NEW", ...
Returns the value of attribute auto_enable.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def auto_enable @auto_enable end |
#name ⇒ "S3_DATA_EVENTS", ...
Returns the value of attribute name.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def name @name end |