TemplateVersionResponse

public struct TemplateVersionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date, in ISO 8601 format, when the version of the message template was created.

    Declaration

    Swift

    public let creationDate: String
  • A JSON object that specifies the default values that are used for message variables in the version of 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 date, in ISO 8601 format, when the version of the message template was last modified.

    Declaration

    Swift

    public let lastModifiedDate: String
  • The custom description of the version 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. Possible values are: EMAIL, PUSH, SMS, and VOICE.

    Declaration

    Swift

    public let templateType: String
  • The unique identifier for the version of the message template. This value is an integer that Amazon Pinpoint automatically increments and assigns to each new version of a template.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(creationDate: String, defaultSubstitutions: String? = nil, lastModifiedDate: String, templateDescription: String? = nil, templateName: String, templateType: String, version: String? = nil)