Class: Aws::SESV2::Types::DomainIspPlacement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2030

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end

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


2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2030

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#isp_nameString

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

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2030

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end

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


2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2030

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end

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


2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2030

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end