Class: Aws::Connect::Types::NameCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::NameCriteria
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The search criteria based on the contact name
Constant Summary collapse
- SENSITIVE =
[:search_text]
Instance Attribute Summary collapse
-
#match_type ⇒ String
The match type combining name search criteria using multiple search texts in a name criteria.
-
#search_text ⇒ Array<String>
The words or phrases used to match the contact name.
Instance Attribute Details
#match_type ⇒ String
The match type combining name search criteria using multiple search texts in a name criteria.
17895 17896 17897 17898 17899 17900 |
# File 'lib/aws-sdk-connect/types.rb', line 17895 class NameCriteria < Struct.new( :search_text, :match_type) SENSITIVE = [:search_text] include Aws::Structure end |
#search_text ⇒ Array<String>
The words or phrases used to match the contact name.
17895 17896 17897 17898 17899 17900 |
# File 'lib/aws-sdk-connect/types.rb', line 17895 class NameCriteria < Struct.new( :search_text, :match_type) SENSITIVE = [:search_text] include Aws::Structure end |