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.
7934 7935 7936 7937 7938 7939 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7934 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.
7934 7935 7936 7937 7938 7939 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7934 class ScanResourceCriteria < Struct.new( :include, :exclude) SENSITIVE = [] include Aws::Structure end |