You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::ImageScanFindingsSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A summary of the last completed image scan.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#finding_severity_countsHash<String,Integer>

The image vulnerability counts, sorted by severity.

Returns:

  • (Hash<String,Integer>)

    The image vulnerability counts, sorted by severity.

#image_scan_completed_atTime

The time of the last completed image scan.

Returns:

  • (Time)

    The time of the last completed image scan.

#vulnerability_source_updated_atTime

The time when the vulnerability data was last scanned.

Returns:

  • (Time)

    The time when the vulnerability data was last scanned.