Class: Aws::Connect::Types::SearchContactsAdditionalTimeRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#criteriaArray<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_typeString

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