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

Class: Aws::Pinpoint::Types::TemplateConfiguration

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

Overview

Note:

When passing TemplateConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  email_template: {
    name: "__string",
    version: "__string",
  },
  push_template: {
    name: "__string",
    version: "__string",
  },
  sms_template: {
    name: "__string",
    version: "__string",
  },
  voice_template: {
    name: "__string",
    version: "__string",
  },
}

Specifies the message template to use for the message, for each type of channel.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#email_templateTypes::Template

The email template to use for the message.

Returns:

#push_templateTypes::Template

The push notification template to use for the message.

Returns:

  • (Types::Template)

    The push notification template to use for the message.

#sms_templateTypes::Template

The SMS template to use for the message.

Returns:

#voice_templateTypes::Template

The voice template to use for the message. This object isn\'t supported for campaigns.

Returns: