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.

<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

Instance Attribute Details

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

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