Destination
public struct Destination : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array that contains the email addresses of the “BCC” (blind carbon copy) recipients for the email.
Declaration
Swift
public let bccAddresses: [String]?
-
An array that contains the email addresses of the “CC” (carbon copy) recipients for the email.
Declaration
Swift
public let ccAddresses: [String]?
-
An array that contains the email addresses of the “To” recipients for the email.
Declaration
Swift
public let toAddresses: [String]?
-
Undocumented
Declaration
Swift
public init(bccAddresses: [String]? = nil, ccAddresses: [String]? = nil, toAddresses: [String]? = nil)