Class: Aws::Inspector2::Types::PackageAggregationResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account associated with the findings.

Returns:

  • (String)


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_nameString

The name of the operating system package.

Returns:

  • (String)


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_countsTypes::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