class Aws::SESV2::Types::Content

An object that represents the content of the email, and optionally a character set specification.

@note When making an API call, you may pass Content

data as a hash:

    {
      data: "MessageData", # required
      charset: "Charset",
    }

@!attribute [rw] data

The content of the message itself.
@return [String]

@!attribute [rw] charset

The character set for the content. Because of the constraints of the
SMTP protocol, Amazon SES uses 7-bit ASCII by default. If the text
includes characters outside of the ASCII range, you have to specify
a character set. For example, you could specify `UTF-8`,
`ISO-8859-1`, or `Shift_JIS`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/Content AWS API Documentation

Constants

SENSITIVE