class Aws::SES::Types::AddHeaderAction
When included in a receipt rule, this action adds a header to the received email.
For information about adding a header using a receipt rule, see the [Amazon SES
Developer Guide].
[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-add-header.html
@note When making an API call, you may pass AddHeaderAction
data as a hash: { header_name: "HeaderName", # required header_value: "HeaderValue", # required }
@!attribute [rw] header_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] header_value
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/AddHeaderAction AWS API Documentation
Constants
- SENSITIVE