Class: Aws::Connect::Types::SearchableContactAttributes

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

Overview

A structure that defines search criteria based on user-defined contact attributes that are configured for contact search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#criteriaArray<Types::SearchableContactAttributesCriteria>

The list of criteria based on user-defined contact attributes that are configured for contact search.



16521
16522
16523
16524
16525
16526
# File 'lib/aws-sdk-connect/types.rb', line 16521

class SearchableContactAttributes < Struct.new(
  :criteria,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end

#match_typeString

The match type combining search criteria using multiple searchable contact attributes.

Returns:

  • (String)


16521
16522
16523
16524
16525
16526
# File 'lib/aws-sdk-connect/types.rb', line 16521

class SearchableContactAttributes < Struct.new(
  :criteria,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end