Class: Aws::GuardDuty::Types::UpdateDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateDetectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_sources ⇒ Types::DataSourceConfigurations
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.
-
#features ⇒ Array<Types::DetectorFeatureConfiguration>
Provides the features that will be updated for the detector.
-
#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
Describes which data sources will be updated.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see [Regions and endpoints].
[1]: docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
8246 8247 8248 8249 8250 8251 8252 8253 8254 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8246 class UpdateDetectorRequest < Struct.new( :detector_id, :enable, :finding_publishing_frequency, :data_sources, :features) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The unique ID of the detector to update.
8246 8247 8248 8249 8250 8251 8252 8253 8254 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8246 class UpdateDetectorRequest < Struct.new( :detector_id, :enable, :finding_publishing_frequency, :data_sources, :features) SENSITIVE = [] include Aws::Structure end |
#enable ⇒ Boolean
Specifies whether the detector is enabled or not enabled.
8246 8247 8248 8249 8250 8251 8252 8253 8254 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8246 class UpdateDetectorRequest < Struct.new( :detector_id, :enable, :finding_publishing_frequency, :data_sources, :features) SENSITIVE = [] include Aws::Structure end |
#features ⇒ Array<Types::DetectorFeatureConfiguration>
Provides the features that will be updated for the detector.
8246 8247 8248 8249 8250 8251 8252 8253 8254 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8246 class UpdateDetectorRequest < Struct.new( :detector_id, :enable, :finding_publishing_frequency, :data_sources, :features) SENSITIVE = [] include Aws::Structure end |
#finding_publishing_frequency ⇒ String
An enum value that specifies how frequently findings are exported, such as to CloudWatch Events.
8246 8247 8248 8249 8250 8251 8252 8253 8254 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8246 class UpdateDetectorRequest < Struct.new( :detector_id, :enable, :finding_publishing_frequency, :data_sources, :features) SENSITIVE = [] include Aws::Structure end |