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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#map_equalsArray<Types::ScanConditionPair>

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

Returns:



6851
6852
6853
6854
6855
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6851

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