Class: Aws::Pinpoint::Types::SimpleEmailPart
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SimpleEmailPart
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the subject or body of an email message, represented as textual email data and the applicable character set.
Constant Summary collapse
- SENSITIVE =
[]
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.
11797 11798 11799 11800 11801 11802 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11797 class SimpleEmailPart < Struct.new( :charset, :data) SENSITIVE = [] include Aws::Structure end |
#data ⇒ String
The textual data of the message content.
11797 11798 11799 11800 11801 11802 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11797 class SimpleEmailPart < Struct.new( :charset, :data) SENSITIVE = [] include Aws::Structure end |