Class: Aws::SES::Types::GetSendStatisticsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::GetSendStatisticsResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #send_data_points  ⇒ Array<Types::SendDataPoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of data points, each of which represents 15 minutes of activity.
 
Instance Attribute Details
#send_data_points ⇒ Array<Types::SendDataPoint>
A list of data points, each of which represents 15 minutes of activity.
      1972 1973 1974 1975 1976  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1972 class GetSendStatisticsResponse < Struct.new( :send_data_points) SENSITIVE = [] include Aws::Structure end  |