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 contact timestamp should be used and how it should be filtered. It is not an actual timestamp value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#condition_typeString

Condition of the timestamp on the contact.

Returns:

  • (String)


23415
23416
23417
23418
23419
23420
# File 'lib/aws-sdk-connect/types.rb', line 23415

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

#typeString

Type of the timestamps to use for the filter.

Returns:

  • (String)


23415
23416
23417
23418
23419
23420
# File 'lib/aws-sdk-connect/types.rb', line 23415

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