ListDomainDeliverabilityCampaignsResponse
public struct ListDomainDeliverabilityCampaignsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of responses, one for each campaign that used the domain to send email during the specified time range.
Declaration
Swift
public let domainDeliverabilityCampaigns: [DomainDeliverabilityCampaign]
-
A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns operation. This token indicates the position of the campaign in the list of campaigns.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(domainDeliverabilityCampaigns: [DomainDeliverabilityCampaign], nextToken: String? = nil)