Class: Aws::Connect::Types::TemplatedMessageConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TemplatedMessageConfig
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about template message configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#message_template_id ⇒ String
The identifier of the message template Id.
-
#template_attributes ⇒ Types::TemplateAttributes
Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.
Instance Attribute Details
#knowledge_base_id ⇒ String
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
23159 23160 23161 23162 23163 23164 23165 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23159 class TemplatedMessageConfig < Struct.new( :knowledge_base_id, :message_template_id, :template_attributes) SENSITIVE = [] include Aws::Structure end |
#message_template_id ⇒ String
The identifier of the message template Id.
23159 23160 23161 23162 23163 23164 23165 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23159 class TemplatedMessageConfig < Struct.new( :knowledge_base_id, :message_template_id, :template_attributes) SENSITIVE = [] include Aws::Structure end |
#template_attributes ⇒ Types::TemplateAttributes
Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.
23159 23160 23161 23162 23163 23164 23165 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23159 class TemplatedMessageConfig < Struct.new( :knowledge_base_id, :message_template_id, :template_attributes) SENSITIVE = [] include Aws::Structure end |