You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ECR::Types::ImageScanStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageScanStatus
- Defined in:
- (unknown)
Overview
The current status of an image scan.
Returned by:
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the image scan status.
-
#status ⇒ String
The current state of an image scan.
Instance Attribute Details
#description ⇒ String
The description of the image scan status.
#status ⇒ String
The current state of an image scan.
Possible values:
- IN_PROGRESS
- COMPLETE
- FAILED