Class: Aws::GuardDuty::Types::UpdateDetectorRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesTypes::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.



7594
7595
7596
7597
7598
7599
7600
7601
7602
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7594

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

#detector_idString

The unique ID of the detector to update.

Returns:

  • (String)


7594
7595
7596
7597
7598
7599
7600
7601
7602
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7594

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

#enableBoolean

Specifies whether the detector is enabled or not enabled.

Returns:

  • (Boolean)


7594
7595
7596
7597
7598
7599
7600
7601
7602
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7594

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

#featuresArray<Types::DetectorFeatureConfiguration>

Provides the features that will be updated for the detector.



7594
7595
7596
7597
7598
7599
7600
7601
7602
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7594

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

#finding_publishing_frequencyString

An enum value that specifies how frequently findings are exported, such as to CloudWatch Events.

Returns:

  • (String)


7594
7595
7596
7597
7598
7599
7600
7601
7602
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7594

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