Class: Aws::Connect::Types::SearchableSegmentAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchableSegmentAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#criteria ⇒ Array<Types::SearchableSegmentAttributesCriteria>
19602 19603 19604 19605 19606 19607 |
# File 'lib/aws-sdk-connect/types.rb', line 19602 class SearchableSegmentAttributes < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |
#match_type ⇒ String
19602 19603 19604 19605 19606 19607 |
# File 'lib/aws-sdk-connect/types.rb', line 19602 class SearchableSegmentAttributes < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |