Class: Aws::Types::ExtendedMessageTemplateData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:channel])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::MessageTemplateAttachment]

Returns the value of attribute attachments.

Returns:



1214
1215
1216
# File 'sig/types.rbs', line 1214

def attachments
  @attachments
end

#attribute_types::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]

Returns the value of attribute attribute_types.

Returns:

  • (::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")])


1213
1214
1215
# File 'sig/types.rbs', line 1213

def attribute_types
  @attribute_types
end

#channel::String

Returns the value of attribute channel.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def channel
  @channel
end

#channel_subtype"EMAIL", ...

Returns the value of attribute channel_subtype.

Returns:

  • ("EMAIL", "SMS", "WHATSAPP", "PUSH")


1203
1204
1205
# File 'sig/types.rbs', line 1203

def channel_subtype
  @channel_subtype
end

#contentTypes::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.

Returns:

  • (::Time)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def created_time
  @created_time
end

#default_attributesTypes::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.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def description
  @description
end

#grouping_configurationTypes::GroupingConfiguration

Returns the value of attribute grouping_configuration.



1211
1212
1213
# File 'sig/types.rbs', line 1211

def grouping_configuration
  @grouping_configuration
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def message_template_arn
  @message_template_arn
end

#message_template_content_sha_256::String

Returns the value of attribute message_template_content_sha_256.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def message_template_content_sha_256
  @message_template_content_sha_256
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def message_template_id
  @message_template_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def name
  @name
end

#source_configuration_summaryTypes::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.

Returns:

  • (::Hash[::String, ::String])


1218
1219
1220
# File 'sig/types.rbs', line 1218

def tags
  @tags
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def version_number
  @version_number
end