Class: Aws::Types::DescribeOrganizationConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationConfigurationResponse
- 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.
-
#member_account_limit_reached ⇒ Boolean
Returns the value of attribute member_account_limit_reached.
-
#organization_configuration ⇒ Types::OrganizationConfiguration
Returns the value of attribute organization_configuration.
Instance Attribute Details
#auto_enable ⇒ Boolean
Returns the value of attribute auto_enable.
5507 5508 5509 |
# File 'sig/types.rbs', line 5507 def auto_enable @auto_enable end |
#auto_enable_standards ⇒ "NONE", "DEFAULT"
Returns the value of attribute auto_enable_standards.
5509 5510 5511 |
# File 'sig/types.rbs', line 5509 def auto_enable_standards @auto_enable_standards end |
#member_account_limit_reached ⇒ Boolean
Returns the value of attribute member_account_limit_reached.
5508 5509 5510 |
# File 'sig/types.rbs', line 5508 def member_account_limit_reached @member_account_limit_reached end |
#organization_configuration ⇒ Types::OrganizationConfiguration
Returns the value of attribute organization_configuration.
5510 5511 5512 |
# File 'sig/types.rbs', line 5510 def organization_configuration @organization_configuration end |