Class: Aws::Connect::Types::SearchContactsTimestampCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchContactsTimestampCondition
- 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
-
#condition_type ⇒ String
Condition of the timestamp on the contact.
-
#type ⇒ String
Type of the timestamps to use for the filter.
Instance Attribute Details
#condition_type ⇒ String
Condition of the timestamp on the contact.
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 |
#type ⇒ String
Type of the timestamps to use for the filter.
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 |