/AWS1/CL_ECRGETDOWNLOADURLFO01¶
GetDownloadUrlForLayerResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_downloadurl TYPE /AWS1/ECRURL /AWS1/ECRURL¶
The pre-signed Amazon S3 download URL for the requested layer.
iv_layerdigest TYPE /AWS1/ECRLAYERDIGEST /AWS1/ECRLAYERDIGEST¶
The digest of the image layer to download.
Queryable Attributes¶
downloadUrl¶
The pre-signed Amazon S3 download URL for the requested layer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOWNLOADURL() |
Getter for DOWNLOADURL, with configurable default |
ASK_DOWNLOADURL() |
Getter for DOWNLOADURL w/ exceptions if field has no value |
HAS_DOWNLOADURL() |
Determine if DOWNLOADURL has a value |
layerDigest¶
The digest of the image layer to download.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERDIGEST() |
Getter for LAYERDIGEST, with configurable default |
ASK_LAYERDIGEST() |
Getter for LAYERDIGEST w/ exceptions if field has no value |
HAS_LAYERDIGEST() |
Determine if LAYERDIGEST has a value |