You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::PinpointEmail::Types::DomainDeliverabilityTrackingOption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#domainString

A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.

Returns:

  • (String)

    A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.

#inbox_placement_tracking_optionTypes::InboxPlacementTrackingOption

An object that contains information about the inbox placement data settings for the domain.

Returns:

#subscription_start_dateTime

The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.

Returns:

  • (Time)

    The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.