Class: Aws::Types::UpdateOrganizationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOrganizationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
Returns the value of attribute auto_enable.
-
#auto_enable_standards ⇒ "NONE", "DEFAULT"
Returns the value of attribute auto_enable_standards.
-
#organization_configuration ⇒ Types::OrganizationConfiguration
Returns the value of attribute organization_configuration.
Instance Attribute Details
#auto_enable ⇒ Boolean
Returns the value of attribute auto_enable.
8062 8063 8064 |
# File 'sig/types.rbs', line 8062 def auto_enable @auto_enable end |
#auto_enable_standards ⇒ "NONE", "DEFAULT"
Returns the value of attribute auto_enable_standards.
8063 8064 8065 |
# File 'sig/types.rbs', line 8063 def auto_enable_standards @auto_enable_standards end |
#organization_configuration ⇒ Types::OrganizationConfiguration
Returns the value of attribute organization_configuration.
8064 8065 8066 |
# File 'sig/types.rbs', line 8064 def organization_configuration @organization_configuration end |