/AWS1/CL_FNTINVALIDATIONLIST¶
The InvalidationList complex type describes the list of invalidation objects. For more information about invalidation, see Invalidating Objects (Web Distributions Only) in the Amazon CloudFront Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_marker TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The value that you provided for the
Markerrequest parameter.
iv_maxitems TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The value that you provided for the
MaxItemsrequest parameter.
iv_istruncated TYPE /AWS1/FNTBOOLEAN /AWS1/FNTBOOLEAN¶
A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the
Markerrequest parameter to retrieve more invalidation batches in the list.
iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of invalidation batches that were created by the current Amazon Web Services account.
Optional arguments:¶
iv_nextmarker TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
If
IsTruncatedistrue, this element is present and contains the value that you can use for theMarkerrequest parameter to continue listing your invalidation batches where they left off.
it_items TYPE /AWS1/CL_FNTINVALIDATIONSUMM=>TT_INVALIDATIONSUMMARYLIST TT_INVALIDATIONSUMMARYLIST¶
A complex type that contains one
InvalidationSummaryelement for each invalidation batch created by the current Amazon Web Services account.
Queryable Attributes¶
Marker¶
The value that you provided for the
Markerrequest parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
NextMarker¶
If
IsTruncatedistrue, this element is present and contains the value that you can use for theMarkerrequest parameter to continue listing your invalidation batches where they left off.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
MaxItems¶
The value that you provided for the
MaxItemsrequest parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXITEMS() |
Getter for MAXITEMS, with configurable default |
ASK_MAXITEMS() |
Getter for MAXITEMS w/ exceptions if field has no value |
HAS_MAXITEMS() |
Determine if MAXITEMS has a value |
IsTruncated¶
A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the
Markerrequest parameter to retrieve more invalidation batches in the list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED, with configurable default |
ASK_ISTRUNCATED() |
Getter for ISTRUNCATED w/ exceptions if field has no value |
HAS_ISTRUNCATED() |
Determine if ISTRUNCATED has a value |
Quantity¶
The number of invalidation batches that were created by the current Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUANTITY() |
Getter for QUANTITY, with configurable default |
ASK_QUANTITY() |
Getter for QUANTITY w/ exceptions if field has no value |
HAS_QUANTITY() |
Determine if QUANTITY has a value |
Items¶
A complex type that contains one
InvalidationSummaryelement for each invalidation batch created by the current Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |