Class: Aws::Pinpoint::Types::RawEmail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Note:

When making an API call, you may pass RawEmail data as a hash:

{
  data: "data",
}

An email represented as a raw MIME message.

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The raw email message itself. Then entire message must be base64-encoded.

Returns:

  • (String)


7382
7383
7384
7385
# File 'lib/aws-sdk-pinpoint/types.rb', line 7382

class RawEmail < Struct.new(
  :data)
  include Aws::Structure
end