Module: Aws::GuardDuty::Client::_DescribeOrganizationConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeOrganizationConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_enable ⇒ Boolean
- #auto_enable_organization_members ⇒ "NEW", ...
- #data_sources ⇒ Types::OrganizationDataSourceConfigurationsResult
- #features ⇒ ::Array[Types::OrganizationFeatureConfigurationResult]
- #member_account_limit_reached ⇒ Boolean
- #next_token ⇒ ::String
Instance Method Details
#auto_enable ⇒ Boolean
477 |
# File 'sig/client.rbs', line 477
def auto_enable: () -> bool
|
#auto_enable_organization_members ⇒ "NEW", ...
482 |
# File 'sig/client.rbs', line 482
def auto_enable_organization_members: () -> ("NEW" | "ALL" | "NONE")
|
#data_sources ⇒ Types::OrganizationDataSourceConfigurationsResult
479 |
# File 'sig/client.rbs', line 479
def data_sources: () -> Types::OrganizationDataSourceConfigurationsResult
|
#features ⇒ ::Array[Types::OrganizationFeatureConfigurationResult]
480 |
# File 'sig/client.rbs', line 480
def features: () -> ::Array[Types::OrganizationFeatureConfigurationResult]
|
#member_account_limit_reached ⇒ Boolean
478 |
# File 'sig/client.rbs', line 478
def member_account_limit_reached: () -> bool
|
#next_token ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def next_token: () -> ::String
|