Class: Aws::GuardDuty::Types::ScanCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScanCondition
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#map_equals ⇒ Array<Types::ScanConditionPair>
Represents an mapEqual **** condition to be applied to a single field when triggering for malware scan.
Instance Attribute Details
#map_equals ⇒ Array<Types::ScanConditionPair>
Represents an mapEqual **** condition to be applied to a single field when triggering for malware scan.
7802 7803 7804 7805 7806 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7802 class ScanCondition < Struct.new( :map_equals) SENSITIVE = [] include Aws::Structure end |