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
- Struct
- Aws::Pinpoint::Types::SimpleEmailPart
- 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
-
#charset ⇒ String
The applicable character set for the message content.
-
#data ⇒ String
The textual data of the message content.
Instance Attribute Details
#charset ⇒ String
The applicable character set for the message content.
#data ⇒ String
The textual data of the message content.