Content

public struct Content : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The character set for the content. Because of the constraints of the SMTP protocol, Amazon Pinpoint uses 7-bit ASCII by default. If the text includes characters outside of the ASCII range, you have to specify a character set. For example, you could specify UTF-8, ISO-8859-1, or Shift_JIS.

    Declaration

    Swift

    public let charset: String?
  • The content of the message itself.

    Declaration

    Swift

    public let data: String
  • Undocumented

    Declaration

    Swift

    public init(charset: String? = nil, data: String)