GetDeliverabilityDashboardOptionsResponse
public struct GetDeliverabilityDashboardOptionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.
Declaration
Swift
public let accountStatus: DeliverabilityDashboardAccountStatus?
-
An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
Declaration
Swift
public let activeSubscribedDomains: [DomainDeliverabilityTrackingOption]?
-
Specifies whether the Deliverability dashboard is enabled for your Amazon Pinpoint account. If this value is true, the dashboard is enabled.
Declaration
Swift
public let dashboardEnabled: Bool
-
An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that’s scheduled to expire at the end of the current calendar month.
Declaration
Swift
public let pendingExpirationSubscribedDomains: [DomainDeliverabilityTrackingOption]?
-
The date, in Unix time format, when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.
Declaration
Swift
public let subscriptionExpiryDate: TimeStamp?
-
init(accountStatus:activeSubscribedDomains:dashboardEnabled:pendingExpirationSubscribedDomains:subscriptionExpiryDate:)
Undocumented
Declaration
Swift
public init(accountStatus: DeliverabilityDashboardAccountStatus? = nil, activeSubscribedDomains: [DomainDeliverabilityTrackingOption]? = nil, dashboardEnabled: Bool, pendingExpirationSubscribedDomains: [DomainDeliverabilityTrackingOption]? = nil, subscriptionExpiryDate: TimeStamp? = nil)