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

Class: Aws::PinpointEmail::Types::DomainIspPlacement

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

Overview

An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.

Instance Attribute Summary collapse

Instance Attribute Details

#inbox_percentageFloat

The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' inboxes.

Returns:

  • (Float)

    The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' inboxes.

#inbox_raw_countInteger

The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' inboxes.

Returns:

  • (Integer)

    The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' inboxes.

#isp_nameString

The name of the email provider that the inbox placement data applies to.

Returns:

  • (String)

    The name of the email provider that the inbox placement data applies to.

#spam_percentageFloat

The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' spam or junk mail folders.

Returns:

  • (Float)

    The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' spam or junk mail folders.

#spam_raw_countInteger

The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' spam or junk mail folders.

Returns:

  • (Integer)

    The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients\' spam or junk mail folders.