Class: Aws::Types::SearchContactsAdditionalTimeRangeCriteria
- Inherits:
-
Object
- Object
- Aws::Types::SearchContactsAdditionalTimeRangeCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#time_range ⇒ Types::SearchContactsTimeRange
Returns the value of attribute time_range.
-
#timestamp_condition ⇒ Types::SearchContactsTimestampCondition
Returns the value of attribute timestamp_condition.
Instance Attribute Details
#time_range ⇒ Types::SearchContactsTimeRange
Returns the value of attribute time_range.
6979 6980 6981 |
# File 'sig/types.rbs', line 6979 def time_range @time_range end |
#timestamp_condition ⇒ Types::SearchContactsTimestampCondition
Returns the value of attribute timestamp_condition.
6980 6981 6982 |
# File 'sig/types.rbs', line 6980 def @timestamp_condition end |