Class: Aws::Types::OrganizationFeatureConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationFeatureConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_configuration ⇒ ::Array[Types::OrganizationAdditionalConfigurationResult]
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::OrganizationAdditionalConfigurationResult]
Returns the value of attribute additional_configuration.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def additional_configuration @additional_configuration end |
#auto_enable ⇒ "NEW", ...
Returns the value of attribute auto_enable.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def auto_enable @auto_enable end |
#name ⇒ "S3_DATA_EVENTS", ...
Returns the value of attribute name.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def name @name end |