Class: Aws::Connect::Types::SearchContactsAdditionalTimeRangeCriteria

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

Instance Attribute Details

#time_rangeTypes::SearchContactsTimeRange

A structure of time range that you want to search results.



28530
28531
28532
28533
28534
28535
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28530

class SearchContactsAdditionalTimeRangeCriteria < Struct.new(
  :time_range,
  :timestamp_condition)
  SENSITIVE = []
  include Aws::Structure
end

#timestamp_conditionTypes::SearchContactsTimestampCondition

List of the timestamp conditions.



28530
28531
28532
28533
28534
28535
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28530

class SearchContactsAdditionalTimeRangeCriteria < Struct.new(
  :time_range,
  :timestamp_condition)
  SENSITIVE = []
  include Aws::Structure
end