TemplateConfiguration
public struct TemplateConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The email template to use for the message.
Declaration
Swift
public let emailTemplate: Template?
-
The push notification template to use for the message.
Declaration
Swift
public let pushTemplate: Template?
-
The SMS template to use for the message.
Declaration
Swift
public let sMSTemplate: Template?
-
The voice template to use for the message. This object isn’t supported for campaigns.
Declaration
Swift
public let voiceTemplate: Template?