Class: Aws::QConnect::Types::MessageTemplateVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::MessageTemplateVersionSummary
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The summary of the message template version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_subtype ⇒ String
The channel subtype this message template applies to.
-
#is_active ⇒ Boolean
Whether the version of the message template is activated.
-
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#message_template_arn ⇒ String
The Amazon Resource Name (ARN) of the message template.
-
#message_template_id ⇒ String
The identifier of the message template.
-
#name ⇒ String
The name of the message template.
-
#version_number ⇒ Integer
The version number of the message template version.
Instance Attribute Details
#channel_subtype ⇒ String
The channel subtype this message template applies to.
7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7105 class MessageTemplateVersionSummary < Struct.new( :channel_subtype, :is_active, :knowledge_base_arn, :knowledge_base_id, :message_template_arn, :message_template_id, :name, :version_number) SENSITIVE = [] include Aws::Structure end |
#is_active ⇒ Boolean
Whether the version of the message template is activated.
7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7105 class MessageTemplateVersionSummary < Struct.new( :channel_subtype, :is_active, :knowledge_base_arn, :knowledge_base_id, :message_template_arn, :message_template_id, :name, :version_number) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7105 class MessageTemplateVersionSummary < Struct.new( :channel_subtype, :is_active, :knowledge_base_arn, :knowledge_base_id, :message_template_arn, :message_template_id, :name, :version_number) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7105 class MessageTemplateVersionSummary < Struct.new( :channel_subtype, :is_active, :knowledge_base_arn, :knowledge_base_id, :message_template_arn, :message_template_id, :name, :version_number) SENSITIVE = [] include Aws::Structure end |
#message_template_arn ⇒ String
The Amazon Resource Name (ARN) of the message template.
7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7105 class MessageTemplateVersionSummary < Struct.new( :channel_subtype, :is_active, :knowledge_base_arn, :knowledge_base_id, :message_template_arn, :message_template_id, :name, :version_number) SENSITIVE = [] include Aws::Structure end |
#message_template_id ⇒ String
The identifier of the message template.
7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7105 class MessageTemplateVersionSummary < Struct.new( :channel_subtype, :is_active, :knowledge_base_arn, :knowledge_base_id, :message_template_arn, :message_template_id, :name, :version_number) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the message template.
7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7105 class MessageTemplateVersionSummary < Struct.new( :channel_subtype, :is_active, :knowledge_base_arn, :knowledge_base_id, :message_template_arn, :message_template_id, :name, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the message template version.
7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7105 class MessageTemplateVersionSummary < Struct.new( :channel_subtype, :is_active, :knowledge_base_arn, :knowledge_base_id, :message_template_arn, :message_template_id, :name, :version_number) SENSITIVE = [] include Aws::Structure end |