Class: Aws::Imagebuilder::Types::ListImageScanFindingAggregationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListImageScanFindingAggregationsResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_type ⇒ String
The aggregation type specifies what type of key is used to group the image scan findings.
-
#next_token ⇒ String
The next token used for paginated responses.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
-
#responses ⇒ Array<Types::ImageScanFindingAggregation>
An array of image scan finding aggregations that match the filter criteria.
Instance Attribute Details
#aggregation_type ⇒ String
The aggregation type specifies what type of key is used to group the
image scan findings. Image Builder returns results based on the
request filter. If you didn't specify a filter in the request, the
type defaults to accountId
.
Aggregation types
accountId
imageBuildVersionArn
imagePipelineArn
vulnerabilityId
Each aggregation includes counts by severity level for medium severity and higher level findings, plus a total for all of the findings for each key value.
6252 6253 6254 6255 6256 6257 6258 6259 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6252 class ListImageScanFindingAggregationsResponse < Struct.new( :request_id, :aggregation_type, :responses, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
6252 6253 6254 6255 6256 6257 6258 6259 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6252 class ListImageScanFindingAggregationsResponse < Struct.new( :request_id, :aggregation_type, :responses, :next_token) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
6252 6253 6254 6255 6256 6257 6258 6259 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6252 class ListImageScanFindingAggregationsResponse < Struct.new( :request_id, :aggregation_type, :responses, :next_token) SENSITIVE = [] include Aws::Structure end |
#responses ⇒ Array<Types::ImageScanFindingAggregation>
An array of image scan finding aggregations that match the filter criteria.
6252 6253 6254 6255 6256 6257 6258 6259 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6252 class ListImageScanFindingAggregationsResponse < Struct.new( :request_id, :aggregation_type, :responses, :next_token) SENSITIVE = [] include Aws::Structure end |