Class: Aws::Inspector2::Types::PackageAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::PackageAggregationResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
5610 5611 5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5610 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.
5610 5611 5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5610 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.
5610 5611 5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5610 class PackageAggregationResponse < Struct.new( :account_id, :package_name, :severity_counts) SENSITIVE = [] include Aws::Structure end |