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.
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.
2083 2084 2085 2086 |
# File 'lib/aws-sdk-ses/types.rb', line 2083 class GetSendStatisticsResponse < Struct.new( :send_data_points) include Aws::Structure end |