Class: Aws::EntityResolution::Types::RuleConditionProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

The properties of a rule condition that provides the ability to use more complex syntax.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::RuleCondition>

A list of rule objects, each of which have fields ruleName and condition.

Returns:



3034
3035
3036
3037
3038
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3034

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