Class: Aws::Imagebuilder::Types::ImagePipelineAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImagePipelineAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Contains vulnerability counts for a specific image pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the image pipeline 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 pipeline.
Instance Attribute Details
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the image pipeline for this aggregation.
3635 3636 3637 3638 3639 3640 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3635 class ImagePipelineAggregation < Struct.new( :image_pipeline_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 pipeline.
3635 3636 3637 3638 3639 3640 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3635 class ImagePipelineAggregation < Struct.new( :image_pipeline_arn, :severity_counts) SENSITIVE = [] include Aws::Structure end |