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 ⇒ Types::AutoEnable
Returns the value of attribute auto_enable.
-
#max_account_limit_reached ⇒ Boolean
Returns the value of attribute max_account_limit_reached.
Instance Attribute Details
#auto_enable ⇒ Types::AutoEnable
Returns the value of attribute auto_enable.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def auto_enable @auto_enable end |
#max_account_limit_reached ⇒ Boolean
Returns the value of attribute max_account_limit_reached.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def max_account_limit_reached @max_account_limit_reached end |