Class: Aws::Types::ResolutionTechniques

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_real_time_matchingBoolean

Returns the value of attribute enable_real_time_matching.

Returns:

  • (Boolean)


785
786
787
# File 'sig/types.rbs', line 785

def enable_real_time_matching
  @enable_real_time_matching
end

#provider_propertiesTypes::ProviderProperties

Returns the value of attribute provider_properties.



786
787
788
# File 'sig/types.rbs', line 786

def provider_properties
  @provider_properties
end

#resolution_type"RULE_MATCHING", ...

Returns the value of attribute resolution_type.

Returns:

  • ("RULE_MATCHING", "ML_MATCHING", "PROVIDER")


782
783
784
# File 'sig/types.rbs', line 782

def resolution_type
  @resolution_type
end

#rule_based_propertiesTypes::RuleBasedProperties

Returns the value of attribute rule_based_properties.



783
784
785
# File 'sig/types.rbs', line 783

def rule_based_properties
  @rule_based_properties
end

#rule_condition_propertiesTypes::RuleConditionProperties

Returns the value of attribute rule_condition_properties.



784
785
786
# File 'sig/types.rbs', line 784

def rule_condition_properties
  @rule_condition_properties
end