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

Class: Aws::Pinpoint::Types::CreateEmailTemplateRequest

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

Overview

Note:

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

{
  email_template_request: { # required
    default_substitutions: "__string",
    html_part: "__string",
    recommender_id: "__string",
    subject: "__string",
    tags: {
      "__string" => "__string",
    },
    template_description: "__string",
    text_part: "__string",
  },
  template_name: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#email_template_requestTypes::EmailTemplateRequest

Specifies the content and settings for a message template that can be used in messages that are sent through the email channel.

Returns:

  • (Types::EmailTemplateRequest)

    Specifies the content and settings for a message template that can be used in messages that are sent through the email channel.

    .

#template_nameString

Returns:

  • (String)