Class: Aws::Imagebuilder::Types::ImageAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImageAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Contains vulnerability counts for a specific image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the image for this aggregation.
-
#severity_counts ⇒ Types::SeverityCounts
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.
Instance Attribute Details
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the image for this aggregation.
3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3475 class ImageAggregation < Struct.new( :image_build_version_arn, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.
3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3475 class ImageAggregation < Struct.new( :image_build_version_arn, :severity_counts) SENSITIVE = [] include Aws::Structure end |