Class: Aws::GuardDuty::Types::ScanCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScanCondition
- Includes:
- Structure
- Defined in:
- 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.
7801 7802 7803 7804 7805 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7801 class ScanCondition < Struct.new( :map_equals) SENSITIVE = [] include Aws::Structure end |