Class: Aws::Types::ResolutionTechniques
- Inherits:
-
Object
- Object
- Aws::Types::ResolutionTechniques
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_real_time_matching ⇒ Boolean
Returns the value of attribute enable_real_time_matching.
-
#provider_properties ⇒ Types::ProviderProperties
Returns the value of attribute provider_properties.
-
#resolution_type ⇒ "RULE_MATCHING", ...
Returns the value of attribute resolution_type.
-
#rule_based_properties ⇒ Types::RuleBasedProperties
Returns the value of attribute rule_based_properties.
-
#rule_condition_properties ⇒ Types::RuleConditionProperties
Returns the value of attribute rule_condition_properties.
Instance Attribute Details
#enable_real_time_matching ⇒ Boolean
Returns the value of attribute enable_real_time_matching.
785 786 787 |
# File 'sig/types.rbs', line 785 def enable_real_time_matching @enable_real_time_matching end |
#provider_properties ⇒ Types::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.
782 783 784 |
# File 'sig/types.rbs', line 782 def resolution_type @resolution_type end |
#rule_based_properties ⇒ Types::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_properties ⇒ Types::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 |