class Aws::PinpointEmail::Types::InboxPlacementTrackingOption

An object that contains information about the inbox placement data settings for a verified domain that’s associated with your AWS account. This data is available only if you enabled the Deliverability dashboard for the domain (`PutDeliverabilityDashboardOption` operation).

@note When making an API call, you may pass InboxPlacementTrackingOption

data as a hash:

    {
      global: false,
      tracked_isps: ["IspName"],
    }

@!attribute [rw] global

Specifies whether inbox placement data is being tracked for the
domain.
@return [Boolean]

@!attribute [rw] tracked_isps

An array of strings, one for each major email provider that the
inbox placement data applies to.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/InboxPlacementTrackingOption AWS API Documentation

Constants

SENSITIVE