Skip to content

/AWS1/CL_SESSENDDATAPOINT

Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_timestamp TYPE /AWS1/SESTIMESTAMP /AWS1/SESTIMESTAMP

Time of the data point.

iv_deliveryattempts TYPE /AWS1/SESCOUNTER /AWS1/SESCOUNTER

Number of emails that have been sent.

iv_bounces TYPE /AWS1/SESCOUNTER /AWS1/SESCOUNTER

Number of emails that have bounced.

iv_complaints TYPE /AWS1/SESCOUNTER /AWS1/SESCOUNTER

Number of unwanted emails that were rejected by recipients.

iv_rejects TYPE /AWS1/SESCOUNTER /AWS1/SESCOUNTER

Number of emails rejected by Amazon SES.


Queryable Attributes

Timestamp

Time of the data point.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

DeliveryAttempts

Number of emails that have been sent.

Accessible with the following methods

Method Description
GET_DELIVERYATTEMPTS() Getter for DELIVERYATTEMPTS

Bounces

Number of emails that have bounced.

Accessible with the following methods

Method Description
GET_BOUNCES() Getter for BOUNCES

Complaints

Number of unwanted emails that were rejected by recipients.

Accessible with the following methods

Method Description
GET_COMPLAINTS() Getter for COMPLAINTS

Rejects

Number of emails rejected by Amazon SES.

Accessible with the following methods

Method Description
GET_REJECTS() Getter for REJECTS

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SENDDATAPOINTLIST

TYPES TT_SENDDATAPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SESSENDDATAPOINT WITH DEFAULT KEY
.