class Aws::SES::Types::Content

Represents textual data, plus an optional character set specification.

By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.

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

data as a hash:

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

@!attribute [rw] data

The textual data of the content.
@return [String]

@!attribute [rw] charset

The character set of the content.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/Content AWS API Documentation

Constants

SENSITIVE