Class: Aws::Types::RuleBasedProperties
- Inherits:
-
Object
- Object
- Aws::Types::RuleBasedProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_matching_model ⇒ "ONE_TO_ONE", "MANY_TO_MANY"
Returns the value of attribute attribute_matching_model.
-
#match_purpose ⇒ "IDENTIFIER_GENERATION", "INDEXING"
Returns the value of attribute match_purpose.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
Instance Attribute Details
#attribute_matching_model ⇒ "ONE_TO_ONE", "MANY_TO_MANY"
Returns the value of attribute attribute_matching_model.
803 804 805 |
# File 'sig/types.rbs', line 803 def attribute_matching_model @attribute_matching_model end |
#match_purpose ⇒ "IDENTIFIER_GENERATION", "INDEXING"
Returns the value of attribute match_purpose.
804 805 806 |
# File 'sig/types.rbs', line 804 def match_purpose @match_purpose end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
802 803 804 |
# File 'sig/types.rbs', line 802 def rules @rules end |