Class: Aws::QConnect::Types::MessageTemplateVersionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#channelString

The channel of the message template.

Returns:

  • (String)


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_subtypeString

The channel subtype this message template applies to.

Returns:

  • (String)


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_activeBoolean

Whether the version of the message template is activated.

Returns:

  • (Boolean)


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_arnString

The Amazon Resource Name (ARN) of the knowledge base.

Returns:

  • (String)


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_idString

The identifier of the knowledge base.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the message template.

Returns:

  • (String)


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_idString

The identifier of the message template.

Returns:

  • (String)


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

#nameString

The name of the message template.

Returns:

  • (String)


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_numberInteger

The version number of the message template version.

Returns:

  • (Integer)


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