Class: Aws::PinpointEmail::Types::PlacementStatistics
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointEmail::Types::PlacementStatistics
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointemail/types.rb
 
Overview
An object that contains inbox placement data for an email provider.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dkim_percentage  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
 - 
  
    
      #inbox_percentage  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentage of emails that arrived in recipients’ inboxes during the predictive inbox placement test.
 - 
  
    
      #missing_percentage  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentage of emails that didn’t arrive in recipients’ inboxes at all during the predictive inbox placement test.
 - 
  
    
      #spam_percentage  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentage of emails that arrived in recipients’ spam or junk mail folders during the predictive inbox placement test.
 - 
  
    
      #spf_percentage  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
 
Instance Attribute Details
#dkim_percentage ⇒ Float
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
      2281 2282 2283 2284 2285 2286 2287 2288 2289  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 2281 class PlacementStatistics < Struct.new( :inbox_percentage, :spam_percentage, :missing_percentage, :spf_percentage, :dkim_percentage) SENSITIVE = [] include Aws::Structure end  | 
  
#inbox_percentage ⇒ Float
The percentage of emails that arrived in recipients’ inboxes during the predictive inbox placement test.
      2281 2282 2283 2284 2285 2286 2287 2288 2289  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 2281 class PlacementStatistics < Struct.new( :inbox_percentage, :spam_percentage, :missing_percentage, :spf_percentage, :dkim_percentage) SENSITIVE = [] include Aws::Structure end  | 
  
#missing_percentage ⇒ Float
The percentage of emails that didn’t arrive in recipients’ inboxes at all during the predictive inbox placement test.
      2281 2282 2283 2284 2285 2286 2287 2288 2289  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 2281 class PlacementStatistics < Struct.new( :inbox_percentage, :spam_percentage, :missing_percentage, :spf_percentage, :dkim_percentage) SENSITIVE = [] include Aws::Structure end  | 
  
#spam_percentage ⇒ Float
The percentage of emails that arrived in recipients’ spam or junk mail folders during the predictive inbox placement test.
      2281 2282 2283 2284 2285 2286 2287 2288 2289  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 2281 class PlacementStatistics < Struct.new( :inbox_percentage, :spam_percentage, :missing_percentage, :spf_percentage, :dkim_percentage) SENSITIVE = [] include Aws::Structure end  | 
  
#spf_percentage ⇒ Float
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
      2281 2282 2283 2284 2285 2286 2287 2288 2289  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 2281 class PlacementStatistics < Struct.new( :inbox_percentage, :spam_percentage, :missing_percentage, :spf_percentage, :dkim_percentage) SENSITIVE = [] include Aws::Structure end  |