Class: Aws::Pinpoint::Types::RawEmail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::RawEmail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the contents of an email message, represented as a raw MIME message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ String
The email message, represented as a raw MIME message.
Instance Attribute Details
#data ⇒ String
The email message, represented as a raw MIME message. The entire message must be base64 encoded.
10345 10346 10347 10348 10349 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 10345 class RawEmail < Struct.new( :data) SENSITIVE = [] include Aws::Structure end |