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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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:



7002
7003
7004
7005
7006
7007
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7002

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:



7002
7003
7004
7005
7006
7007
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7002

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