Class: Aws::Imagebuilder::Types::ImagePipelineAggregation

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 pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_pipeline_arnString

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

Returns:

  • (String)


3625
3626
3627
3628
3629
3630
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3625

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

#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.



3625
3626
3627
3628
3629
3630
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3625

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