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

Class: Aws::PinpointEmail::Types::InboxPlacementTrackingOption

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

Overview

Note:

When passing InboxPlacementTrackingOption as input to an Aws::Client method, you can use a vanilla Hash:

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

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).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#globalBoolean

Specifies whether inbox placement data is being tracked for the domain.

Returns:

  • (Boolean)

    Specifies whether inbox placement data is being tracked for the domain.

#tracked_ispsArray<String>

An array of strings, one for each major email provider that the inbox placement data applies to.

Returns:

  • (Array<String>)

    An array of strings, one for each major email provider that the inbox placement data applies to.