Class: Aws::SES::Types::GetSendStatisticsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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

Instance Attribute Details

#send_data_pointsArray<Types::SendDataPoint>

A list of data points, each of which represents 15 minutes of activity.

Returns:



1933
1934
1935
1936
1937
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1933

class GetSendStatisticsResponse < Struct.new(
  :send_data_points)
  SENSITIVE = []
  include Aws::Structure
end