You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::UpdateOrganizationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateOrganizationConfigurationRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateOrganizationConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "DetectorId", # required
auto_enable: false, # required
data_sources: {
s3_logs: {
auto_enable: false, # required
},
},
}
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
Indicates whether to automatically enable member accounts in the organization.
-
#data_sources ⇒ Types::OrganizationDataSourceConfigurations
An object describes which data sources will be updated.
-
#detector_id ⇒ String
The ID of the detector to update the delegated administrator for.
Instance Attribute Details
#auto_enable ⇒ Boolean
Indicates whether to automatically enable member accounts in the organization.
#data_sources ⇒ Types::OrganizationDataSourceConfigurations
An object describes which data sources will be updated.
#detector_id ⇒ String
The ID of the detector to update the delegated administrator for.