Class: Aws::Connect::Types::SearchContactsAdditionalTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchContactsAdditionalTimeRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Time range that you additionally want to filter on.
<note markdown=“1”> This is different from the [SearchContactsTimeRange] data type.
</note>
[1]: docs.aws.amazon.com/connect/latest/APIReference/API_SearchContactsTimeRange.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#criteria ⇒ Array<Types::SearchContactsAdditionalTimeRangeCriteria>
List of criteria of the time range to additionally filter on.
-
#match_type ⇒ String
The match type combining multiple time range filters.
Instance Attribute Details
#criteria ⇒ Array<Types::SearchContactsAdditionalTimeRangeCriteria>
List of criteria of the time range to additionally filter on.
23288 23289 23290 23291 23292 23293 |
# File 'lib/aws-sdk-connect/types.rb', line 23288 class SearchContactsAdditionalTimeRange < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |
#match_type ⇒ String
The match type combining multiple time range filters.
23288 23289 23290 23291 23292 23293 |
# File 'lib/aws-sdk-connect/types.rb', line 23288 class SearchContactsAdditionalTimeRange < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |