Class: Aws::Types::SearchContactsAdditionalTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::SearchContactsAdditionalTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criteria ⇒ ::Array[Types::SearchContactsAdditionalTimeRangeCriteria]
Returns the value of attribute criteria.
-
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
Instance Attribute Details
#criteria ⇒ ::Array[Types::SearchContactsAdditionalTimeRangeCriteria]
Returns the value of attribute criteria.
7127 7128 7129 |
# File 'sig/types.rbs', line 7127 def criteria @criteria end |
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
7128 7129 7130 |
# File 'sig/types.rbs', line 7128 def match_type @match_type end |