Class: Aws::Types::ExtendedMessageTemplateData
- Inherits:
-
Object
- Object
- Aws::Types::ExtendedMessageTemplateData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::MessageTemplateAttachment]
Returns the value of attribute attachments.
-
#attribute_types ⇒ ::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]
Returns the value of attribute attribute_types.
-
#channel ⇒ ::String
Returns the value of attribute channel.
-
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
-
#content ⇒ Types::MessageTemplateContentProvider
Returns the value of attribute content.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#default_attributes ⇒ Types::MessageTemplateAttributes
Returns the value of attribute default_attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#message_template_arn ⇒ ::String
Returns the value of attribute message_template_arn.
-
#message_template_content_sha_256 ⇒ ::String
Returns the value of attribute message_template_content_sha_256.
-
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_configuration_summary ⇒ Types::MessageTemplateSourceConfigurationSummary
Returns the value of attribute source_configuration_summary.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#attachments ⇒ ::Array[Types::MessageTemplateAttachment]
Returns the value of attribute attachments.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def @attachments end |
#attribute_types ⇒ ::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]
Returns the value of attribute attribute_types.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def attribute_types @attribute_types end |
#channel ⇒ ::String
Returns the value of attribute channel.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def channel @channel end |
#channel_subtype ⇒ "EMAIL", ...
Returns the value of attribute channel_subtype.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def channel_subtype @channel_subtype end |
#content ⇒ Types::MessageTemplateContentProvider
Returns the value of attribute content.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def content @content end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def created_time @created_time end |
#default_attributes ⇒ Types::MessageTemplateAttributes
Returns the value of attribute default_attributes.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def default_attributes @default_attributes end |
#description ⇒ ::String
Returns the value of attribute description.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def is_active @is_active end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def language @language end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def last_modified_time @last_modified_time end |
#message_template_arn ⇒ ::String
Returns the value of attribute message_template_arn.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def @message_template_arn end |
#message_template_content_sha_256 ⇒ ::String
Returns the value of attribute message_template_content_sha_256.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def @message_template_content_sha_256 end |
#message_template_id ⇒ ::String
Returns the value of attribute message_template_id.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def @message_template_id end |
#name ⇒ ::String
Returns the value of attribute name.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def name @name end |
#source_configuration_summary ⇒ Types::MessageTemplateSourceConfigurationSummary
Returns the value of attribute source_configuration_summary.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def source_configuration_summary @source_configuration_summary end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def @tags end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def version_number @version_number end |