/AWS1/CL_ECRLISTIMAGESRESPONSE¶
ListImagesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_imageids TYPE /AWS1/CL_ECRIMAGEIDENTIFIER=>TT_IMAGEIDENTIFIERLIST TT_IMAGEIDENTIFIERLIST¶
The list of image IDs for the requested repository.
iv_nexttoken TYPE /AWS1/ECRNEXTTOKEN /AWS1/ECRNEXTTOKEN¶
The
nextTokenvalue to include in a futureListImagesrequest. When the results of aListImagesrequest 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¶
imageIds¶
The list of image IDs for the requested repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEIDS() |
Getter for IMAGEIDS, with configurable default |
ASK_IMAGEIDS() |
Getter for IMAGEIDS w/ exceptions if field has no value |
HAS_IMAGEIDS() |
Determine if IMAGEIDS has a value |
nextToken¶
The
nextTokenvalue to include in a futureListImagesrequest. When the results of aListImagesrequest 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 |