Class: Aws::Inspector2::Types::PackageAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::PackageAggregationResponse
- 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 associated with the findings.
-
#package_name ⇒ String
The name of the operating system package.
-
#severity_counts ⇒ Types::SeverityCounts
An object that contains the count of matched findings per severity.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account associated with the findings.
5607 5608 5609 5610 5611 5612 5613 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5607 class PackageAggregationResponse < Struct.new( :account_id, :package_name, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
The name of the operating system package.
5607 5608 5609 5610 5611 5612 5613 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5607 class PackageAggregationResponse < Struct.new( :account_id, :package_name, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
An object that contains the count of matched findings per severity.
5607 5608 5609 5610 5611 5612 5613 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5607 class PackageAggregationResponse < Struct.new( :account_id, :package_name, :severity_counts) SENSITIVE = [] include Aws::Structure end |