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:



7239
7240
7241
7242
7243
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7239

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