/AWS1/CL_FNTDISTRIBUTIONLIST¶
A distribution list.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_marker TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The value you provided for the
Markerrequest parameter.
iv_maxitems TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The value you provided for the
MaxItemsrequest parameter.
iv_istruncated TYPE /AWS1/FNTBOOLEAN /AWS1/FNTBOOLEAN¶
A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the
Markerrequest parameter to retrieve more distributions in the list.
iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of distributions 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 you can use for theMarkerrequest parameter to continue listing your distributions where they left off.
it_items TYPE /AWS1/CL_FNTDISTRIBUTIONSUMM=>TT_DISTRIBUTIONSUMMARYLIST TT_DISTRIBUTIONSUMMARYLIST¶
A complex type that contains one
DistributionSummaryelement for each distribution that was created by the current Amazon Web Services account.
Queryable Attributes¶
Marker¶
The value 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 you can use for theMarkerrequest parameter to continue listing your distributions 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 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 distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the
Markerrequest parameter to retrieve more distributions 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 distributions 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
DistributionSummaryelement for each distribution that was 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 |