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
show all
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

Instance Attribute Details

#auto_enableBoolean

Indicates whether to automatically enable member accounts in the organization.

Returns:

  • (Boolean)

    Indicates whether to automatically enable member accounts in the organization.

#data_sourcesTypes::OrganizationDataSourceConfigurations

An object describes which data sources will be updated.

Returns:

#detector_idString

The ID of the detector to update the delegated administrator for.

Returns:

  • (String)

    The ID of the detector to update the delegated administrator for.