Class: Aws::SES::Types::Content
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::Content
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#charset ⇒ String
The character set of the content.
-
#data ⇒ String
The textual data of the content.