Class: Aws::QConnect::Types::MessageTemplateFilterField
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::MessageTemplateFilterField
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The message template fields to filter the message template query results by. The following is the list of supported field names:
name
description
channel
channelSubtype
language
qualifier
createdTime
lastModifiedTime
lastModifiedBy
groupingConfiguration.criteria
groupingConfiguration.values
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_no_existence ⇒ Boolean
Whether to treat null value as a match for the attribute field.
-
#name ⇒ String
The name of the attribute field to filter the message templates by.
-
#operator ⇒ String
The operator to use for filtering.
-
#values ⇒ Array<String>
The values of attribute field to filter the message template by.
Instance Attribute Details
#include_no_existence ⇒ Boolean
Whether to treat null value as a match for the attribute field.
6786 6787 6788 6789 6790 6791 6792 6793 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6786 class MessageTemplateFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the attribute field to filter the message templates by.
6786 6787 6788 6789 6790 6791 6792 6793 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6786 class MessageTemplateFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator to use for filtering.
6786 6787 6788 6789 6790 6791 6792 6793 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6786 class MessageTemplateFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values of attribute field to filter the message template by.
6786 6787 6788 6789 6790 6791 6792 6793 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6786 class MessageTemplateFilterField < Struct.new( :include_no_existence, :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |