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.
1933 1934 1935 1936 1937 |
# File 'lib/aws-sdk-ses/types.rb', line 1933 class GetSendStatisticsResponse < Struct.new( :send_data_points) SENSITIVE = [] include Aws::Structure end |