You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::UpdateDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateDetectorRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateDetectorRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "DetectorId", # required
enable: false,
finding_publishing_frequency: "FIFTEEN_MINUTES", # accepts FIFTEEN_MINUTES, ONE_HOUR, SIX_HOURS
data_sources: {
s3_logs: {
enable: false, # required
},
},
}
Instance Attribute Summary collapse
-
#data_sources ⇒ Types::DataSourceConfigurations
An object that describes which data sources will be updated.
-
#detector_id ⇒ String
The unique ID of the detector to update.
-
#enable ⇒ Boolean
Specifies whether the detector is enabled or not enabled.
-
#finding_publishing_frequency ⇒ String
An enum value that specifies how frequently findings are exported, such as to CloudWatch Events.
Instance Attribute Details
#data_sources ⇒ Types::DataSourceConfigurations
An object that describes which data sources will be updated.
#detector_id ⇒ String
The unique ID of the detector to update.
#enable ⇒ Boolean
Specifies whether the detector is enabled or not enabled.
#finding_publishing_frequency ⇒ String
An enum value that specifies how frequently findings are exported, such as to CloudWatch Events.
Possible values:
- FIFTEEN_MINUTES
- ONE_HOUR
- SIX_HOURS