Class: Aws::GuardDuty::Types::UpdateMalwareScanSettingsRequest

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

#detector_idString

The unique ID of the detector that specifies the GuardDuty service where you want to update scan settings.

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

Returns:

  • (String)


13860
13861
13862
13863
13864
13865
13866
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13860

class UpdateMalwareScanSettingsRequest < Struct.new(
  :detector_id,
  :scan_resource_criteria,
  :ebs_snapshot_preservation)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_snapshot_preservationString

An enum value representing possible snapshot preservation settings.

Returns:

  • (String)


13860
13861
13862
13863
13864
13865
13866
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13860

class UpdateMalwareScanSettingsRequest < Struct.new(
  :detector_id,
  :scan_resource_criteria,
  :ebs_snapshot_preservation)
  SENSITIVE = []
  include Aws::Structure
end

#scan_resource_criteriaTypes::ScanResourceCriteria

Represents the criteria to be used in the filter for selecting resources to scan.



13860
13861
13862
13863
13864
13865
13866
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13860

class UpdateMalwareScanSettingsRequest < Struct.new(
  :detector_id,
  :scan_resource_criteria,
  :ebs_snapshot_preservation)
  SENSITIVE = []
  include Aws::Structure
end