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
- Struct
- Aws::Pinpoint::Types::TemplateConfiguration
- 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
-
#email_template ⇒ Types::Template
The email template to use for the message.
-
#push_template ⇒ Types::Template
The push notification template to use for the message.
-
#sms_template ⇒ Types::Template
The SMS template to use for the message.
-
#voice_template ⇒ Types::Template
The voice template to use for the message.
Instance Attribute Details
#email_template ⇒ Types::Template
The email template to use for the message.
#push_template ⇒ Types::Template
The push notification template to use for the message.
#sms_template ⇒ Types::Template
The SMS template to use for the message.
#voice_template ⇒ Types::Template
The voice template to use for the message. This object isn\'t supported for campaigns.