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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

A list of member account IDs to be updated.

Returns:

  • (Array<String>)


8868
8869
8870
8871
8872
8873
8874
8875
# File 'lib/aws-sdk-guardduty/types.rb', line 8868

class UpdateMemberDetectorsRequest < Struct.new(
  :detector_id,
  :account_ids,
  :data_sources,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourcesTypes::DataSourceConfigurations

Describes which data sources will be updated.



8868
8869
8870
8871
8872
8873
8874
8875
# File 'lib/aws-sdk-guardduty/types.rb', line 8868

class UpdateMemberDetectorsRequest < Struct.new(
  :detector_id,
  :account_ids,
  :data_sources,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The detector ID of the administrator account.

To find the ‘detectorId` in the current Region, see the Settings page in the GuardDuty console, or run the [ListDetectors] API.

[1]: docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html

Returns:

  • (String)


8868
8869
8870
8871
8872
8873
8874
8875
# File 'lib/aws-sdk-guardduty/types.rb', line 8868

class UpdateMemberDetectorsRequest < Struct.new(
  :detector_id,
  :account_ids,
  :data_sources,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#featuresArray<Types::MemberFeaturesConfiguration>

A list of features that will be updated for the specified member accounts.



8868
8869
8870
8871
8872
8873
8874
8875
# File 'lib/aws-sdk-guardduty/types.rb', line 8868

class UpdateMemberDetectorsRequest < Struct.new(
  :detector_id,
  :account_ids,
  :data_sources,
  :features)
  SENSITIVE = []
  include Aws::Structure
end