JourneyEmailMessage
public struct JourneyEmailMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.
Declaration
Swift
public let fromAddress: String?
-
Undocumented
Declaration
Swift
public init(fromAddress: String? = nil)