EmailTemplateResponse
public struct EmailTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the message template.
Declaration
Swift
public let arn: String?
-
The date, in ISO 8601 format, when the message template was created.
Declaration
Swift
public let creationDate: String
-
The JSON object that specifies the default values that are used for message variables in the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable.
Declaration
Swift
public let defaultSubstitutions: String?
-
The message body, in HTML format, that’s used in email messages that are based on the message template.
Declaration
Swift
public let htmlPart: String?
-
The date, in ISO 8601 format, when the message template was last modified.
Declaration
Swift
public let lastModifiedDate: String
-
The unique identifier for the recommender model that’s used by the message template.
Declaration
Swift
public let recommenderId: String?
-
The subject line, or title, that’s used in email messages that are based on the message template.
Declaration
Swift
public let subject: String?
-
A string-to-string map of key-value pairs that identifies the tags that are associated with the message template. Each tag consists of a required tag key and an associated tag value.
Declaration
Swift
public let tags: [String : String]?
-
The custom description of the message template.
Declaration
Swift
public let templateDescription: String?
-
The name of the message template.
Declaration
Swift
public let templateName: String
-
The type of channel that the message template is designed for. For an email template, this value is EMAIL.
Declaration
Swift
public let templateType: TemplateType
-
The message body, in plain text format, that’s used in email messages that are based on the message template.
Declaration
Swift
public let textPart: String?
-
The unique identifier, as an integer, for the active version of the message template, or the version of the template that you specified by using the version parameter in your request.
Declaration
Swift
public let version: String?
-
init(arn:creationDate:defaultSubstitutions:htmlPart:lastModifiedDate:recommenderId:subject:tags:templateDescription:templateName:templateType:textPart:version:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationDate: String, defaultSubstitutions: String? = nil, htmlPart: String? = nil, lastModifiedDate: String, recommenderId: String? = nil, subject: String? = nil, tags: [String : String]? = nil, templateDescription: String? = nil, templateName: String, templateType: TemplateType, textPart: String? = nil, version: String? = nil)