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.
18907 18908 18909 18910 18911 18912 |
# File 'lib/aws-sdk-connect/types.rb', line 18907 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.
18907 18908 18909 18910 18911 18912 |
# File 'lib/aws-sdk-connect/types.rb', line 18907 class SearchableContactAttributesCriteria < Struct.new( :key, :values) SENSITIVE = [:key, :values] include Aws::Structure end |