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
- Struct
- Aws::GuardDuty::Types::UpdateMemberDetectorsRequest
- 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
-
#account_ids ⇒ Array<String>
A list of member account IDs to be updated.
-
#data_sources ⇒ Types::DataSourceConfigurations
An object describes which data sources will be updated.
-
#detector_id ⇒ String
The detector ID of the master account.
Instance Attribute Details
#account_ids ⇒ Array<String>
A list of member account IDs to be updated.
#data_sources ⇒ Types::DataSourceConfigurations
An object describes which data sources will be updated.
#detector_id ⇒ String
The detector ID of the master account.