Class: Aws::GuardDuty::Types::ScanResourceCriteria

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

Overview

Contains information about criteria used to filter resources before triggering malware scan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#excludeHash<String,Types::ScanCondition>

Represents condition that when matched will prevent a malware scan for a certain resource.

Returns:



6984
6985
6986
6987
6988
6989
# File 'lib/aws-sdk-guardduty/types.rb', line 6984

class ScanResourceCriteria < Struct.new(
  :include,
  :exclude)
  SENSITIVE = []
  include Aws::Structure
end

#includeHash<String,Types::ScanCondition>

Represents condition that when matched will allow a malware scan for a certain resource.

Returns:



6984
6985
6986
6987
6988
6989
# File 'lib/aws-sdk-guardduty/types.rb', line 6984

class ScanResourceCriteria < Struct.new(
  :include,
  :exclude)
  SENSITIVE = []
  include Aws::Structure
end