Class: Aws::GuardDuty::Types::ScanResourceCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScanResourceCriteria
- 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
-
#exclude ⇒ Hash<String,Types::ScanCondition>
Represents condition that when matched will prevent a malware scan for a certain resource.
-
#include ⇒ Hash<String,Types::ScanCondition>
Represents condition that when matched will allow a malware scan for a certain resource.
Instance Attribute Details
#exclude ⇒ Hash<String,Types::ScanCondition>
Represents condition that when matched will prevent a malware scan for a certain resource.
7596 7597 7598 7599 7600 7601 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7596 class ScanResourceCriteria < Struct.new( :include, :exclude) SENSITIVE = [] include Aws::Structure end |
#include ⇒ Hash<String,Types::ScanCondition>
Represents condition that when matched will allow a malware scan for a certain resource.
7596 7597 7598 7599 7600 7601 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7596 class ScanResourceCriteria < Struct.new( :include, :exclude) SENSITIVE = [] include Aws::Structure end |