Destination
public struct Destination : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The recipients to place on the BCC: line of the message.
Declaration
Swift
public let bccAddresses: [String]? -
The recipients to place on the CC: line of the message.
Declaration
Swift
public let ccAddresses: [String]? -
The recipients to place on the To: line of the message.
Declaration
Swift
public let toAddresses: [String]? -
Undocumented
Declaration
Swift
public init(bccAddresses: [String]? = nil, ccAddresses: [String]? = nil, toAddresses: [String]? = nil)
View on GitHub
Destination Structure Reference