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.
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.
21445 21446 21447 21448 21449 21450 |
# File 'lib/aws-sdk-connect/types.rb', line 21445 class SearchContactsAdditionalTimeRange < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |
#match_type ⇒ String
The match type combining multiple time range filters.
21445 21446 21447 21448 21449 21450 |
# File 'lib/aws-sdk-connect/types.rb', line 21445 class SearchContactsAdditionalTimeRange < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |