PutDeliverabilityDashboardOptionRequest
public struct PutDeliverabilityDashboardOptionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to true.
Declaration
Swift
public let dashboardEnabled: Bool
-
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
Declaration
Swift
public let subscribedDomains: [DomainDeliverabilityTrackingOption]?
-
Undocumented
Declaration
Swift
public init(dashboardEnabled: Bool, subscribedDomains: [DomainDeliverabilityTrackingOption]? = nil)