class Aws::PinpointEmail::Types::DomainDeliverabilityTrackingOption
An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.
@note When making an API call, you may pass DomainDeliverabilityTrackingOption
data as a hash: { domain: "Domain", subscription_start_date: Time.now, inbox_placement_tracking_option: { global: false, tracked_isps: ["IspName"], }, }
@!attribute [rw] domain
A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription. @return [String]
@!attribute [rw] subscription_start_date
The date, in Unix time format, when you enabled the Deliverability dashboard for the domain. @return [Time]
@!attribute [rw] inbox_placement_tracking_option
An object that contains information about the inbox placement data settings for the domain. @return [Types::InboxPlacementTrackingOption]
@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/DomainDeliverabilityTrackingOption AWS API Documentation
Constants
- SENSITIVE