class Aws::SES::Types::ExtensionField

Additional X-headers to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html

@note When making an API call, you may pass ExtensionField

data as a hash:

    {
      name: "ExtensionFieldName", # required
      value: "ExtensionFieldValue", # required
    }

@!attribute [rw] name

The name of the header to add. Must be between 1 and 50 characters,
inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters
and dashes only.
@return [String]

@!attribute [rw] value

The value of the header to add. Must be less than 2048 characters,
and must not contain newline characters ("\\r" or "\\n").
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ExtensionField AWS API Documentation

Constants

SENSITIVE