You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::DomainDeliverabilityTrackingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DomainDeliverabilityTrackingOption
- Defined in:
- (unknown)
Overview
When passing DomainDeliverabilityTrackingOption as input to an Aws::Client method, you can use a vanilla Hash:
{
domain: "Domain",
subscription_start_date: Time.now,
inbox_placement_tracking_option: {
global: false,
tracked_isps: ["IspName"],
},
}
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.
Instance Attribute Summary collapse
-
#domain ⇒ String
A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.
-
#inbox_placement_tracking_option ⇒ Types::InboxPlacementTrackingOption
An object that contains information about the inbox placement data settings for the domain.
-
#subscription_start_date ⇒ Time
The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.
Instance Attribute Details
#domain ⇒ String
A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.
#inbox_placement_tracking_option ⇒ Types::InboxPlacementTrackingOption
An object that contains information about the inbox placement data settings for the domain.
#subscription_start_date ⇒ Time
The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.