Class: Aws::Connect::Types::SearchContactsTimestampCondition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The timestamp condition indicating which timestamp should be used and how it should be filtered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#condition_typeString

Condition of the timestamp on the contact.

Returns:

  • (String)


21571
21572
21573
21574
21575
21576
# File 'lib/aws-sdk-connect/types.rb', line 21571

class SearchContactsTimestampCondition < Struct.new(
  :type,
  :condition_type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of the timestamps to use for the filter.

Returns:

  • (String)


21571
21572
21573
21574
21575
21576
# File 'lib/aws-sdk-connect/types.rb', line 21571

class SearchContactsTimestampCondition < Struct.new(
  :type,
  :condition_type)
  SENSITIVE = []
  include Aws::Structure
end