Class: Aws::Imagebuilder::Types::ImageScanState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImageScanState
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Shows the vulnerability scan status for a specific image, and the reason for that status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason for the scan status for the image.
-
#status ⇒ String
The current state of vulnerability scans for the image.
Instance Attribute Details
#reason ⇒ String
The reason for the scan status for the image.
3928 3929 3930 3931 3932 3933 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3928 class ImageScanState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current state of vulnerability scans for the image.
3928 3929 3930 3931 3932 3933 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3928 class ImageScanState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |