Class: Aws::Connect::Types::SearchableSegmentAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchableSegmentAttributes
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The search criteria based on searchable segment attributes of a contact
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#criteria ⇒ Array<Types::SearchableSegmentAttributesCriteria>
The list of criteria based on searchable segment attributes.
-
#match_type ⇒ String
The match type combining search criteria using multiple searchable segment attributes.
Instance Attribute Details
#criteria ⇒ Array<Types::SearchableSegmentAttributesCriteria>
The list of criteria based on searchable segment attributes.
20633 20634 20635 20636 20637 20638 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20633 class SearchableSegmentAttributes < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |
#match_type ⇒ String
The match type combining search criteria using multiple searchable segment attributes.
20633 20634 20635 20636 20637 20638 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20633 class SearchableSegmentAttributes < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |