/AWS1/CL_CEXGETANOMALYSUBSCR01¶
GetAnomalySubscriptionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_anomalysubscriptions TYPE /AWS1/CL_CEXANOMALYSUBSCRIPT00=>TT_ANOMALYSUBSCRIPTIONS TT_ANOMALYSUBSCRIPTIONS¶
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
Optional arguments:¶
iv_nextpagetoken TYPE /AWS1/CEXNEXTPAGETOKEN /AWS1/CEXNEXTPAGETOKEN¶
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
Queryable Attributes¶
AnomalySubscriptions¶
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYSUBSCRIPTIONS() |
Getter for ANOMALYSUBSCRIPTIONS, with configurable default |
ASK_ANOMALYSUBSCRIPTIONS() |
Getter for ANOMALYSUBSCRIPTIONS w/ exceptions if field has n |
HAS_ANOMALYSUBSCRIPTIONS() |
Determine if ANOMALYSUBSCRIPTIONS has a value |
NextPageToken¶
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |