Class: Aws::PinpointEmail::Types::OverallVolume
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointEmail::Types::OverallVolume
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointemail/types.rb
 
Overview
An object that contains information about email that was sent from the selected domain.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_isp_placements  ⇒ Array<Types::DomainIspPlacement> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains inbox and junk mail placement metrics for individual email providers.
 - 
  
    
      #read_rate_percent  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentage of emails that were sent from the domain that were read by their recipients.
 - 
  
    
      #volume_statistics  ⇒ Types::VolumeStatistics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains information about the numbers of messages that arrived in recipients’ inboxes and junk mail folders.
 
Instance Attribute Details
#domain_isp_placements ⇒ Array<Types::DomainIspPlacement>
An object that contains inbox and junk mail placement metrics for individual email providers.
      2226 2227 2228 2229 2230 2231 2232  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 2226 class OverallVolume < Struct.new( :volume_statistics, :read_rate_percent, :domain_isp_placements) SENSITIVE = [] include Aws::Structure end  | 
  
#read_rate_percent ⇒ Float
The percentage of emails that were sent from the domain that were read by their recipients.
      2226 2227 2228 2229 2230 2231 2232  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 2226 class OverallVolume < Struct.new( :volume_statistics, :read_rate_percent, :domain_isp_placements) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_statistics ⇒ Types::VolumeStatistics
An object that contains information about the numbers of messages that arrived in recipients’ inboxes and junk mail folders.
      2226 2227 2228 2229 2230 2231 2232  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 2226 class OverallVolume < Struct.new( :volume_statistics, :read_rate_percent, :domain_isp_placements) SENSITIVE = [] include Aws::Structure end  |