/AWS1/CL_ECRBATCHGETIMAGERSP¶
BatchGetImageResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_images TYPE /AWS1/CL_ECRIMAGE=>TT_IMAGELIST TT_IMAGELIST¶
A list of image objects corresponding to the image references in the request.
it_failures TYPE /AWS1/CL_ECRIMAGEFAILURE=>TT_IMAGEFAILURELIST TT_IMAGEFAILURELIST¶
Any failures associated with the call.
Queryable Attributes¶
images¶
A list of image objects corresponding to the image references in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGES() |
Getter for IMAGES, with configurable default |
ASK_IMAGES() |
Getter for IMAGES w/ exceptions if field has no value |
HAS_IMAGES() |
Determine if IMAGES has a value |
failures¶
Any failures associated with the call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURES() |
Getter for FAILURES, with configurable default |
ASK_FAILURES() |
Getter for FAILURES w/ exceptions if field has no value |
HAS_FAILURES() |
Determine if FAILURES has a value |