TemplateVersionResponse

Provides information about a specific version of a message template.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date, in ISO 8601 format, when the version of the message template was created.

Link copied to clipboard

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.

Link copied to clipboard

The date, in ISO 8601 format, when the version of the message template was last modified.

Link copied to clipboard

The custom description of the version of the message template.

Link copied to clipboard

The name of the message template.

Link copied to clipboard

The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, INAPP, and VOICE.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String