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_organization_members ⇒ "NEW", ...
Returns the value of attribute auto_enable_organization_members.
-
#data_sources ⇒ Types::OrganizationDataSourceConfigurationsResult
Returns the value of attribute data_sources.
-
#features ⇒ ::Array[Types::OrganizationFeatureConfigurationResult]
Returns the value of attribute features.
-
#member_account_limit_reached ⇒ Boolean
Returns the value of attribute member_account_limit_reached.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#auto_enable ⇒ Boolean
Returns the value of attribute auto_enable.
828 829 830 |
# File 'sig/types.rbs', line 828 def auto_enable @auto_enable end |
#auto_enable_organization_members ⇒ "NEW", ...
Returns the value of attribute auto_enable_organization_members.
833 834 835 |
# File 'sig/types.rbs', line 833 def auto_enable_organization_members @auto_enable_organization_members end |
#data_sources ⇒ Types::OrganizationDataSourceConfigurationsResult
Returns the value of attribute data_sources.
830 831 832 |
# File 'sig/types.rbs', line 830 def data_sources @data_sources end |
#features ⇒ ::Array[Types::OrganizationFeatureConfigurationResult]
Returns the value of attribute features.
831 832 833 |
# File 'sig/types.rbs', line 831 def features @features end |
#member_account_limit_reached ⇒ Boolean
Returns the value of attribute member_account_limit_reached.
829 830 831 |
# File 'sig/types.rbs', line 829 def member_account_limit_reached @member_account_limit_reached end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
832 833 834 |
# File 'sig/types.rbs', line 832 def next_token @next_token end |