Class: Aws::QConnect::Types::MessageTemplateVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::MessageTemplateVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
The summary of the message template version.
Constant Summary collapse
- SENSITIVE =
[:channel]
Instance Attribute Summary collapse
-
#channel ⇒ String
The channel of the message template.
-
#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 ⇒ String
The channel of the message template.
7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7969 class MessageTemplateVersionSummary < Struct.new( :message_template_arn, :message_template_id, :knowledge_base_arn, :knowledge_base_id, :name, :channel, :channel_subtype, :is_active, :version_number) SENSITIVE = [:channel] include Aws::Structure end |
#channel_subtype ⇒ String
The channel subtype this message template applies to.
7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7969 class MessageTemplateVersionSummary < Struct.new( :message_template_arn, :message_template_id, :knowledge_base_arn, :knowledge_base_id, :name, :channel, :channel_subtype, :is_active, :version_number) SENSITIVE = [:channel] include Aws::Structure end |
#is_active ⇒ Boolean
Whether the version of the message template is activated.
7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7969 class MessageTemplateVersionSummary < Struct.new( :message_template_arn, :message_template_id, :knowledge_base_arn, :knowledge_base_id, :name, :channel, :channel_subtype, :is_active, :version_number) SENSITIVE = [:channel] include Aws::Structure end |
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7969 class MessageTemplateVersionSummary < Struct.new( :message_template_arn, :message_template_id, :knowledge_base_arn, :knowledge_base_id, :name, :channel, :channel_subtype, :is_active, :version_number) SENSITIVE = [:channel] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7969 class MessageTemplateVersionSummary < Struct.new( :message_template_arn, :message_template_id, :knowledge_base_arn, :knowledge_base_id, :name, :channel, :channel_subtype, :is_active, :version_number) SENSITIVE = [:channel] include Aws::Structure end |
#message_template_arn ⇒ String
The Amazon Resource Name (ARN) of the message template.
7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7969 class MessageTemplateVersionSummary < Struct.new( :message_template_arn, :message_template_id, :knowledge_base_arn, :knowledge_base_id, :name, :channel, :channel_subtype, :is_active, :version_number) SENSITIVE = [:channel] include Aws::Structure end |
#message_template_id ⇒ String
The identifier of the message template.
7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7969 class MessageTemplateVersionSummary < Struct.new( :message_template_arn, :message_template_id, :knowledge_base_arn, :knowledge_base_id, :name, :channel, :channel_subtype, :is_active, :version_number) SENSITIVE = [:channel] include Aws::Structure end |
#name ⇒ String
The name of the message template.
7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7969 class MessageTemplateVersionSummary < Struct.new( :message_template_arn, :message_template_id, :knowledge_base_arn, :knowledge_base_id, :name, :channel, :channel_subtype, :is_active, :version_number) SENSITIVE = [:channel] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the message template version.
7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7969 class MessageTemplateVersionSummary < Struct.new( :message_template_arn, :message_template_id, :knowledge_base_arn, :knowledge_base_id, :name, :channel, :channel_subtype, :is_active, :version_number) SENSITIVE = [:channel] include Aws::Structure end |