GetRawMessageContentResponse
public struct GetRawMessageContentResponse : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The raw content of the email message, in MIME format.
Declaration
Swift
public let messageContent: Data
-
Undocumented
Declaration
Swift
public init(messageContent: Data)