Class: Aws::Types::SearchableContactAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SearchableContactAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criteria ⇒ ::Array[Types::SearchableContactAttributesCriteria]
Returns the value of attribute criteria.
-
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
Instance Attribute Details
#criteria ⇒ ::Array[Types::SearchableContactAttributesCriteria]
Returns the value of attribute criteria.
7373 7374 7375 |
# File 'sig/types.rbs', line 7373 def criteria @criteria end |
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
7374 7375 7376 |
# File 'sig/types.rbs', line 7374 def match_type @match_type end |