Method: Aws::Imagebuilder::Types::ImagePipelineAggregation#severity_counts

Defined in:
lib/aws-sdk-imagebuilder/types.rb

#severity_countsTypes::SeverityCounts

Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image pipeline.



3703
3704
3705
3706
3707
3708
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3703

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