Class: Aws::PinpointEmail::Types::DailyVolume
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointEmail::Types::DailyVolume
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointemail/types.rb
 
Overview
An object that contains information about the volume of email sent on each day of the analysis period.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_isp_placements  ⇒ Array<Types::DomainIspPlacement> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient’s email provider.
 - 
  
    
      #start_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the DailyVolume metrics apply to, in Unix time.
 - 
  
    
      #volume_statistics  ⇒ Types::VolumeStatistics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains inbox placement metrics for a specific day in the analysis period.
 
Instance Attribute Details
#domain_isp_placements ⇒ Array<Types::DomainIspPlacement>
An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient’s email provider.
      432 433 434 435 436 437 438  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 432 class DailyVolume < Struct.new( :start_date, :volume_statistics, :domain_isp_placements) SENSITIVE = [] include Aws::Structure end  | 
  
#start_date ⇒ Time
The date that the DailyVolume metrics apply to, in Unix time.
      432 433 434 435 436 437 438  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 432 class DailyVolume < Struct.new( :start_date, :volume_statistics, :domain_isp_placements) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_statistics ⇒ Types::VolumeStatistics
An object that contains inbox placement metrics for a specific day in the analysis period.
      432 433 434 435 436 437 438  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 432 class DailyVolume < Struct.new( :start_date, :volume_statistics, :domain_isp_placements) SENSITIVE = [] include Aws::Structure end  |