Class: Aws::ECR::Types::ImageScanStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageScanStatus
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The current status of an image scan.
Constant Summary collapse
- SENSITIVE =
[]
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.
2296 2297 2298 2299 2300 2301 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2296 class ImageScanStatus < Struct.new( :status, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current state of an image scan.
2296 2297 2298 2299 2300 2301 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2296 class ImageScanStatus < Struct.new( :status, :description) SENSITIVE = [] include Aws::Structure end |