Method: Aws::SESV2::Types::MessageHeader#value

Defined in:
lib/aws-sdk-sesv2/types.rb

#valueString

The value of the message header. The message header value has to meet the following criteria:

  • Can contain any printable ASCII character.

  • Can contain no more than 870 characters.

Returns:

  • (String)


5414
5415
5416
5417
5418
5419
# File 'lib/aws-sdk-sesv2/types.rb', line 5414

class MessageHeader < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end