Class: Aws::GuardDuty::Types::ScanCondition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#map_equalsArray<Types::ScanConditionPair>

Represents an mapEqual **** condition to be applied to a single field when triggering for malware scan.

Returns:



6229
6230
6231
6232
6233
# File 'lib/aws-sdk-guardduty/types.rb', line 6229

class ScanCondition < Struct.new(
  :map_equals)
  SENSITIVE = []
  include Aws::Structure
end