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:



2915
2916
2917
2918
2919
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2915

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