Class: Aws::Inspector2::Types::ImageLayerAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ImageLayerAggregationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
A response that contains the results of a finding aggregation by image layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account that owns the container image hosting the layer image.
-
#layer_hash ⇒ String
The layer hash.
-
#repository ⇒ String
The repository the layer resides in.
-
#resource_id ⇒ String
The resource ID of the container image layer.
-
#severity_counts ⇒ Types::SeverityCounts
An object that represents the count of matched findings per severity.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that owns the container image hosting the layer image.
4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4288 class ImageLayerAggregationResponse < Struct.new( :account_id, :layer_hash, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#layer_hash ⇒ String
The layer hash.
4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4288 class ImageLayerAggregationResponse < Struct.new( :account_id, :layer_hash, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The repository the layer resides in.
4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4288 class ImageLayerAggregationResponse < Struct.new( :account_id, :layer_hash, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID of the container image layer.
4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4288 class ImageLayerAggregationResponse < Struct.new( :account_id, :layer_hash, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
An object that represents the count of matched findings per severity.
4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4288 class ImageLayerAggregationResponse < Struct.new( :account_id, :layer_hash, :repository, :resource_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |