/AWS1/CL_FNTORIGINACCCTLLIST¶
A list of CloudFront origin access controls.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_marker TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The value of the
Markerfield that was provided in the request.
iv_maxitems TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The maximum number of origin access controls requested.
iv_istruncated TYPE /AWS1/FNTBOOLEAN /AWS1/FNTBOOLEAN¶
If there are more items in the list than are in this response, this value is
true.
iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of origin access controls returned in the response.
Optional arguments:¶
iv_nextmarker TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
If there are more items in the list than are in this response, this element is present. It contains the value to use in the
Markerfield of another request to continue listing origin access controls.
it_items TYPE /AWS1/CL_FNTORIGINACCCTLSUMM=>TT_ORIGINACCESSCONTROLSUMMLIST TT_ORIGINACCESSCONTROLSUMMLIST¶
Contains the origin access controls in the list.
Queryable Attributes¶
Marker¶
The value of the
Markerfield that was provided in the request.
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 there are more items in the list than are in this response, this element is present. It contains the value to use in the
Markerfield of another request to continue listing origin access controls.
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 maximum number of origin access controls requested.
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¶
If there are more items in the list than are in this response, this value is
true.
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 origin access controls returned in the response.
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¶
Contains the origin access controls in the list.
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 |