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

Class: Aws::Pinpoint::Types::UpdateEmailTemplateRequest

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

Overview

Note:

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

{
  create_new_version: false,
  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
  version: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#create_new_versionBoolean

Returns:

  • (Boolean)

#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)

#versionString

Returns:

  • (String)