You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::UpdateMemberDetectorsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateMemberDetectorsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

A list of member account IDs to be updated.

Returns:

  • (Array<String>)

    A list of member account IDs to be updated.

#data_sourcesTypes::DataSourceConfigurations

An object describes which data sources will be updated.

Returns:

#detector_idString

The detector ID of the master account.

Returns:

  • (String)

    The detector ID of the master account.