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
431 |
# File 'sig/client.rbs', line 431
def auto_enable: () -> bool
|
#auto_enable_organization_members ⇒ "NEW", ...
436 |
# File 'sig/client.rbs', line 436
def auto_enable_organization_members: () -> ("NEW" | "ALL" | "NONE")
|
#data_sources ⇒ Types::OrganizationDataSourceConfigurationsResult
433 |
# File 'sig/client.rbs', line 433
def data_sources: () -> Types::OrganizationDataSourceConfigurationsResult
|
#features ⇒ ::Array[Types::OrganizationFeatureConfigurationResult]
434 |
# File 'sig/client.rbs', line 434
def features: () -> ::Array[Types::OrganizationFeatureConfigurationResult]
|
#member_account_limit_reached ⇒ Boolean
432 |
# File 'sig/client.rbs', line 432
def member_account_limit_reached: () -> bool
|
#next_token ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def next_token: () -> ::String
|