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
7997 7998 7999 8000 8001 8002 8003 8004 8005 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7997 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.
7997 7998 7999 8000 8001 8002 8003 8004 8005 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7997 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.
7997 7998 7999 8000 8001 8002 8003 8004 8005 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7997 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.
7997 7998 7999 8000 8001 8002 8003 8004 8005 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7997 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.
7997 7998 7999 8000 8001 8002 8003 8004 8005 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7997 class UpdateDetectorRequest < Struct.new( :detector_id, :enable, :finding_publishing_frequency, :data_sources, :features) SENSITIVE = [] include Aws::Structure end |