Class: Aws::SESV2::Types::PlacementStatistics

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 an email provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_percentageFloat

The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

Returns:

  • (Float)


5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5227

class PlacementStatistics < Struct.new(
  :inbox_percentage,
  :spam_percentage,
  :missing_percentage,
  :spf_percentage,
  :dkim_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#inbox_percentageFloat

The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.

Returns:

  • (Float)


5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5227

class PlacementStatistics < Struct.new(
  :inbox_percentage,
  :spam_percentage,
  :missing_percentage,
  :spf_percentage,
  :dkim_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#missing_percentageFloat

The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.

Returns:

  • (Float)


5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5227

class PlacementStatistics < Struct.new(
  :inbox_percentage,
  :spam_percentage,
  :missing_percentage,
  :spf_percentage,
  :dkim_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#spam_percentageFloat

The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.

Returns:

  • (Float)


5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5227

class PlacementStatistics < Struct.new(
  :inbox_percentage,
  :spam_percentage,
  :missing_percentage,
  :spf_percentage,
  :dkim_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#spf_percentageFloat

The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

Returns:

  • (Float)


5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5227

class PlacementStatistics < Struct.new(
  :inbox_percentage,
  :spam_percentage,
  :missing_percentage,
  :spf_percentage,
  :dkim_percentage)
  SENSITIVE = []
  include Aws::Structure
end