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.
8371 8372 8373 8374 8375 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8371 class ScanCondition < Struct.new( :map_equals) SENSITIVE = [] include Aws::Structure end |