/AWS1/CL_FNTDISTRIBIDOWNER¶
A structure that pairs a CloudFront distribution ID with its owning Amazon Web Services account ID.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_distributionid TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The ID of the distribution.
iv_owneraccountid TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The ID of the Amazon Web Services account that owns the distribution.
Queryable Attributes¶
DistributionId¶
The ID of the distribution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTRIBUTIONID() |
Getter for DISTRIBUTIONID, with configurable default |
ASK_DISTRIBUTIONID() |
Getter for DISTRIBUTIONID w/ exceptions if field has no valu |
HAS_DISTRIBUTIONID() |
Determine if DISTRIBUTIONID has a value |
OwnerAccountId¶
The ID of the Amazon Web Services account that owns the distribution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID, with configurable default |
ASK_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID w/ exceptions if field has no valu |
HAS_OWNERACCOUNTID() |
Determine if OWNERACCOUNTID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DISTRIBUTIONIDOWNERITEMLIST¶
TYPES TT_DISTRIBUTIONIDOWNERITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTDISTRIBIDOWNER WITH DEFAULT KEY
.