DomainDeliverabilityTrackingOption
public struct DomainDeliverabilityTrackingOption : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.
Declaration
Swift
public let domain: String? -
An object that contains information about the inbox placement data settings for the domain.
Declaration
Swift
public let inboxPlacementTrackingOption: InboxPlacementTrackingOption? -
The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.
Declaration
Swift
public let subscriptionStartDate: TimeStamp? -
Undocumented
Declaration
Swift
public init(domain: String? = nil, inboxPlacementTrackingOption: InboxPlacementTrackingOption? = nil, subscriptionStartDate: TimeStamp? = nil)
View on GitHub
DomainDeliverabilityTrackingOption Structure Reference