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

Class: Aws::Pinpoint::Types::SimpleEmailPart

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

Overview

Note:

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

{
  charset: "__string",
  data: "__string",
}

Specifies the subject or body of an email message, represented as textual email data and the applicable character set.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#charsetString

The applicable character set for the message content.

Returns:

  • (String)

    The applicable character set for the message content.

#dataString

The textual data of the message content.

Returns:

  • (String)

    The textual data of the message content.