Template
public struct Template : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the template.
Declaration
Swift
public let templateArn: String?
-
An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.
Declaration
Swift
public let templateData: String?
-
The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.
Declaration
Swift
public let templateName: String?
-
Undocumented
Declaration
Swift
public init(templateArn: String? = nil, templateData: String? = nil, templateName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws