SimpleEmailPart

public struct SimpleEmailPart : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The applicable character set for the message content.

    Declaration

    Swift

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

    Declaration

    Swift

    public let data: String?
  • Undocumented

    Declaration

    Swift

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