class Aws::GuardDuty::Types::UpdateOrganizationConfigurationRequest

@note When making an API call, you may pass UpdateOrganizationConfigurationRequest

data as a hash:

    {
      detector_id: "DetectorId", # required
      auto_enable: false, # required
      data_sources: {
        s3_logs: {
          auto_enable: false, # required
        },
      },
    }

@!attribute [rw] detector_id

The ID of the detector to update the delegated administrator for.
@return [String]

@!attribute [rw] auto_enable

Indicates whether to automatically enable member accounts in the
organization.
@return [Boolean]

@!attribute [rw] data_sources

Describes which data sources will be updated.
@return [Types::OrganizationDataSourceConfigurations]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateOrganizationConfigurationRequest AWS API Documentation

Constants

SENSITIVE