Class: Aws::Pinpoint::Types::SimpleEmailPart
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SimpleEmailPart
- Defined in:
- gems/aws-sdk-pinpoint/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.
11736 11737 11738 11739 11740 11741 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11736 class SimpleEmailPart < Struct.new( :charset, :data) SENSITIVE = [] include Aws::Structure end |
#data ⇒ String
The textual data of the message content.
11736 11737 11738 11739 11740 11741 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11736 class SimpleEmailPart < Struct.new( :charset, :data) SENSITIVE = [] include Aws::Structure end |