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

Class: Aws::Pinpoint::Types::CampaignEmailMessage

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

Overview

Note:

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

{
  body: "__string",
  from_address: "__string",
  html_body: "__string",
  title: "__string",
}

Specifies the content and "From" address for an email message that's sent to recipients of a campaign.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The body of the email for recipients whose email clients don\'t render HTML content.

Returns:

  • (String)

    The body of the email for recipients whose email clients don\'t render HTML content.

#from_addressString

The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.

Returns:

  • (String)

    The verified email address to send the email from.

#html_bodyString

The body of the email, in HTML format, for recipients whose email clients render HTML content.

Returns:

  • (String)

    The body of the email, in HTML format, for recipients whose email clients render HTML content.

#titleString

The subject line, or title, of the email.

Returns:

  • (String)

    The subject line, or title, of the email.