class Aws::GuardDuty::Types::UpdateMemberDetectorsRequest

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

data as a hash:

    {
      detector_id: "DetectorId", # required
      account_ids: ["AccountId"], # required
      data_sources: {
        s3_logs: {
          enable: false, # required
        },
      },
    }

@!attribute [rw] detector_id

The detector ID of the administrator account.
@return [String]

@!attribute [rw] account_ids

A list of member account IDs to be updated.
@return [Array<String>]

@!attribute [rw] data_sources

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

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

Constants

SENSITIVE