| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ECR.Types.ImageScanStatus
Description
Documentation
data ImageScanStatus Source #
The current status of an image scan.
See: newImageScanStatus smart constructor.
Constructors
| ImageScanStatus' | |
Fields
| |
Instances
newImageScanStatus :: ImageScanStatus Source #
Create a value of ImageScanStatus with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:ImageScanStatus', imageScanStatus_description - The description of the image scan status.
$sel:status:ImageScanStatus', imageScanStatus_status - The current state of an image scan.
imageScanStatus_description :: Lens' ImageScanStatus (Maybe Text) Source #
The description of the image scan status.
imageScanStatus_status :: Lens' ImageScanStatus (Maybe ScanStatus) Source #
The current state of an image scan.