You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::TemplateVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about a specific version of a message template.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateString

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

Returns:

  • (String)

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

#default_substitutionsString

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.

Returns:

  • (String)

    A JSON object that specifies the default values that are used for message variables in the version of the message template.

#last_modified_dateString

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

Returns:

  • (String)

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

#template_descriptionString

The custom description of the version of the message template.

Returns:

  • (String)

    The custom description of the version of the message template.

#template_nameString

The name of the message template.

Returns:

  • (String)

    The name of the message template.

#template_typeString

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

Returns:

  • (String)

    The type of channel that the message template is designed for.

#versionString

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.

Returns:

  • (String)

    The unique identifier for the version of the message template.