Class: Aws::Types::SearchableSegmentAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SearchableSegmentAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criteria ⇒ ::Array[Types::SearchableSegmentAttributesCriteria]
Returns the value of attribute criteria.
-
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
Instance Attribute Details
#criteria ⇒ ::Array[Types::SearchableSegmentAttributesCriteria]
Returns the value of attribute criteria.
7395 7396 7397 |
# File 'sig/types.rbs', line 7395 def criteria @criteria end |
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
7396 7397 7398 |
# File 'sig/types.rbs', line 7396 def match_type @match_type end |