Class: Aws::ECR::Types::ImageScanFindings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageScanFindings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The details of an image scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enhanced_findings ⇒ Array<Types::EnhancedImageScanFinding>
Details about the enhanced scan findings from Amazon Inspector.
-
#finding_severity_counts ⇒ Hash<String,Integer>
The image vulnerability counts, sorted by severity.
-
#findings ⇒ Array<Types::ImageScanFinding>
The findings from the image scan.
-
#image_scan_completed_at ⇒ Time
The time of the last completed image scan.
-
#vulnerability_source_updated_at ⇒ Time
The time when the vulnerability data was last scanned.
Instance Attribute Details
#enhanced_findings ⇒ Array<Types::EnhancedImageScanFinding>
Details about the enhanced scan findings from Amazon Inspector.
2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'lib/aws-sdk-ecr/types.rb', line 2253 class ImageScanFindings < Struct.new( :image_scan_completed_at, :vulnerability_source_updated_at, :finding_severity_counts, :findings, :enhanced_findings) SENSITIVE = [] include Aws::Structure end |
#finding_severity_counts ⇒ Hash<String,Integer>
The image vulnerability counts, sorted by severity.
2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'lib/aws-sdk-ecr/types.rb', line 2253 class ImageScanFindings < Struct.new( :image_scan_completed_at, :vulnerability_source_updated_at, :finding_severity_counts, :findings, :enhanced_findings) SENSITIVE = [] include Aws::Structure end |
#findings ⇒ Array<Types::ImageScanFinding>
The findings from the image scan.
2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'lib/aws-sdk-ecr/types.rb', line 2253 class ImageScanFindings < Struct.new( :image_scan_completed_at, :vulnerability_source_updated_at, :finding_severity_counts, :findings, :enhanced_findings) SENSITIVE = [] include Aws::Structure end |
#image_scan_completed_at ⇒ Time
The time of the last completed image scan.
2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'lib/aws-sdk-ecr/types.rb', line 2253 class ImageScanFindings < Struct.new( :image_scan_completed_at, :vulnerability_source_updated_at, :finding_severity_counts, :findings, :enhanced_findings) SENSITIVE = [] include Aws::Structure end |
#vulnerability_source_updated_at ⇒ Time
The time when the vulnerability data was last scanned.
2253 2254 2255 2256 2257 2258 2259 2260 2261 |
# File 'lib/aws-sdk-ecr/types.rb', line 2253 class ImageScanFindings < Struct.new( :image_scan_completed_at, :vulnerability_source_updated_at, :finding_severity_counts, :findings, :enhanced_findings) SENSITIVE = [] include Aws::Structure end |