AWSSESGetSendStatisticsResponse

Objective-C

@interface AWSSESGetSendStatisticsResponse

Swift

class AWSSESGetSendStatisticsResponse

Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSESSendDataPoint *> *_Nullable sendDataPoints;

    Swift

    var sendDataPoints: [AWSSESSendDataPoint]? { get set }