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

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

Instance Attribute Details

#account_idString

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

Returns:

  • (String)


5513
5514
5515
5516
5517
5518
5519
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5513

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)


5513
5514
5515
5516
5517
5518
5519
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5513

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.



5513
5514
5515
5516
5517
5518
5519
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5513

class PackageAggregationResponse < Struct.new(
  :account_id,
  :package_name,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end