/AWS1/CL_ECRLSTIMAGEREFERRER02¶
ListImageReferrersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_referrers TYPE /AWS1/CL_ECRIMAGEREFERRER=>TT_IMAGEREFERRERLIST TT_IMAGEREFERRERLIST¶
The list of artifacts associated with the subject image.
iv_nexttoken TYPE /AWS1/ECRNEXTTOKEN /AWS1/ECRNEXTTOKEN¶
The
nextTokenvalue to include in a futureListImageReferrersrequest. When the results of aListImageReferrersrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
referrers¶
The list of artifacts associated with the subject image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERRERS() |
Getter for REFERRERS, with configurable default |
ASK_REFERRERS() |
Getter for REFERRERS w/ exceptions if field has no value |
HAS_REFERRERS() |
Determine if REFERRERS has a value |
nextToken¶
The
nextTokenvalue to include in a futureListImageReferrersrequest. When the results of aListImageReferrersrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |