Class: Aws::Connect::Types::SearchableContactAttributesCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchableContactAttributesCriteria
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The search criteria based on user-defned contact attribute key and values to search on.
Constant Summary collapse
- SENSITIVE =
[:key, :values]
Instance Attribute Summary collapse
-
#key ⇒ String
The key containing a searchable user-defined contact attribute.
-
#values ⇒ Array<String>
The list of values to search for within a user-defined contact attribute.
Instance Attribute Details
#key ⇒ String
The key containing a searchable user-defined contact attribute.
18674 18675 18676 18677 18678 18679 |
# File 'lib/aws-sdk-connect/types.rb', line 18674 class SearchableContactAttributesCriteria < Struct.new( :key, :values) SENSITIVE = [:key, :values] include Aws::Structure end |
#values ⇒ Array<String>
The list of values to search for within a user-defined contact attribute.
18674 18675 18676 18677 18678 18679 |
# File 'lib/aws-sdk-connect/types.rb', line 18674 class SearchableContactAttributesCriteria < Struct.new( :key, :values) SENSITIVE = [:key, :values] include Aws::Structure end |