Class: Aws::Imagebuilder::Types::ImageScanFindingAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImageScanFindingAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
This returns exactly one type of aggregation, based on the filter that Image Builder applies in its API action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_aggregation ⇒ Types::AccountAggregation
Returns an object that contains severity counts based on an account ID.
-
#image_aggregation ⇒ Types::ImageAggregation
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
-
#image_pipeline_aggregation ⇒ Types::ImagePipelineAggregation
Returns an object that contains severity counts based on an image pipeline ARN.
-
#vulnerability_id_aggregation ⇒ Types::VulnerabilityIdAggregation
Returns an object that contains severity counts based on vulnerability ID.
Instance Attribute Details
#account_aggregation ⇒ Types::AccountAggregation
Returns an object that contains severity counts based on an account ID.
3885 3886 3887 3888 3889 3890 3891 3892 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3885 class ImageScanFindingAggregation < Struct.new( :account_aggregation, :image_aggregation, :image_pipeline_aggregation, :vulnerability_id_aggregation) SENSITIVE = [] include Aws::Structure end |
#image_aggregation ⇒ Types::ImageAggregation
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
3885 3886 3887 3888 3889 3890 3891 3892 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3885 class ImageScanFindingAggregation < Struct.new( :account_aggregation, :image_aggregation, :image_pipeline_aggregation, :vulnerability_id_aggregation) SENSITIVE = [] include Aws::Structure end |
#image_pipeline_aggregation ⇒ Types::ImagePipelineAggregation
Returns an object that contains severity counts based on an image pipeline ARN.
3885 3886 3887 3888 3889 3890 3891 3892 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3885 class ImageScanFindingAggregation < Struct.new( :account_aggregation, :image_aggregation, :image_pipeline_aggregation, :vulnerability_id_aggregation) SENSITIVE = [] include Aws::Structure end |
#vulnerability_id_aggregation ⇒ Types::VulnerabilityIdAggregation
Returns an object that contains severity counts based on vulnerability ID.
3885 3886 3887 3888 3889 3890 3891 3892 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3885 class ImageScanFindingAggregation < Struct.new( :account_aggregation, :image_aggregation, :image_pipeline_aggregation, :vulnerability_id_aggregation) SENSITIVE = [] include Aws::Structure end |