Class: Aws::Connect::Types::SearchContactsAdditionalTimeRangeCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchContactsAdditionalTimeRangeCriteria
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The criteria of the time range to additionally filter on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#time_range ⇒ Types::SearchContactsTimeRange
A structure of time range that you want to search results.
-
#timestamp_condition ⇒ Types::SearchContactsTimestampCondition
List of the timestamp conditions.
Instance Attribute Details
#time_range ⇒ Types::SearchContactsTimeRange
A structure of time range that you want to search results.
26658 26659 26660 26661 26662 26663 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26658 class SearchContactsAdditionalTimeRangeCriteria < Struct.new( :time_range, :timestamp_condition) SENSITIVE = [] include Aws::Structure end |
#timestamp_condition ⇒ Types::SearchContactsTimestampCondition
List of the timestamp conditions.
26658 26659 26660 26661 26662 26663 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26658 class SearchContactsAdditionalTimeRangeCriteria < Struct.new( :time_range, :timestamp_condition) SENSITIVE = [] include Aws::Structure end |