/AWS1/CL_ECRDSCIMAGESCANFNDS01¶
DescribeImageScanFindingsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_registryid TYPE /AWS1/ECRREGISTRYID /AWS1/ECRREGISTRYID¶
The registry ID associated with the request.
iv_repositoryname TYPE /AWS1/ECRREPOSITORYNAME /AWS1/ECRREPOSITORYNAME¶
The repository name associated with the request.
io_imageid TYPE REF TO /AWS1/CL_ECRIMAGEIDENTIFIER /AWS1/CL_ECRIMAGEIDENTIFIER¶
imageId
io_imagescanstatus TYPE REF TO /AWS1/CL_ECRIMAGESCANSTATUS /AWS1/CL_ECRIMAGESCANSTATUS¶
The current state of the scan.
io_imagescanfindings TYPE REF TO /AWS1/CL_ECRIMAGESCANFINDINGS /AWS1/CL_ECRIMAGESCANFINDINGS¶
The information contained in the image scan findings.
iv_nexttoken TYPE /AWS1/ECRNEXTTOKEN /AWS1/ECRNEXTTOKEN¶
The
nextTokenvalue to include in a futureDescribeImageScanFindingsrequest. When the results of aDescribeImageScanFindingsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
Queryable Attributes¶
registryId¶
The registry ID associated with the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRYID() |
Getter for REGISTRYID, with configurable default |
ASK_REGISTRYID() |
Getter for REGISTRYID w/ exceptions if field has no value |
HAS_REGISTRYID() |
Determine if REGISTRYID has a value |
repositoryName¶
The repository name associated with the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYNAME() |
Getter for REPOSITORYNAME, with configurable default |
ASK_REPOSITORYNAME() |
Getter for REPOSITORYNAME w/ exceptions if field has no valu |
HAS_REPOSITORYNAME() |
Determine if REPOSITORYNAME has a value |
imageId¶
imageId
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEID() |
Getter for IMAGEID |
imageScanStatus¶
The current state of the scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGESCANSTATUS() |
Getter for IMAGESCANSTATUS |
imageScanFindings¶
The information contained in the image scan findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGESCANFINDINGS() |
Getter for IMAGESCANFINDINGS |
nextToken¶
The
nextTokenvalue to include in a futureDescribeImageScanFindingsrequest. When the results of aDescribeImageScanFindingsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value is null when 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 |