/AWS1/CL_SE2PRICINGATTRIBUTES¶
The pricing attributes that apply to your Amazon SES account, including the currently active pricing plan and any scheduled change for the next billing cycle.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_currentplan TYPE /AWS1/SE2PRICINGPLAN /AWS1/SE2PRICINGPLAN¶
The pricing plan that is currently active on your Amazon SES account.
iv_nextplan TYPE /AWS1/SE2PRICINGPLAN /AWS1/SE2PRICINGPLAN¶
The pricing plan that will become active at the start of the next billing cycle, if a scheduled change has been requested. This field is empty when no scheduled change is pending.
Queryable Attributes¶
CurrentPlan¶
The pricing plan that is currently active on your Amazon SES account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTPLAN() |
Getter for CURRENTPLAN, with configurable default |
ASK_CURRENTPLAN() |
Getter for CURRENTPLAN w/ exceptions if field has no value |
HAS_CURRENTPLAN() |
Determine if CURRENTPLAN has a value |
NextPlan¶
The pricing plan that will become active at the start of the next billing cycle, if a scheduled change has been requested. This field is empty when no scheduled change is pending.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPLAN() |
Getter for NEXTPLAN, with configurable default |
ASK_NEXTPLAN() |
Getter for NEXTPLAN w/ exceptions if field has no value |
HAS_NEXTPLAN() |
Determine if NEXTPLAN has a value |