Class: Aws::Imagebuilder::Types::ImageAggregation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Contains vulnerability counts for a specific image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_build_version_arn ⇒ String

The Amazon Resource Name (ARN) that identifies the image for this aggregation.

Returns:

  • (String)


4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4284

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.



4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4284

class ImageAggregation < Struct.new(
  :image_build_version_arn,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end