Class: Aws::Inspector2::Types::FindingTypeAggregationResponse

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 type aggregation.

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)


3794
3795
3796
3797
3798
3799
3800
3801
# File 'lib/aws-sdk-inspector2/types.rb', line 3794

class FindingTypeAggregationResponse < Struct.new(
  :account_id,
  :exploit_available_count,
  :fix_available_count,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#exploit_available_countInteger

The number of findings that have an exploit available.

Returns:

  • (Integer)


3794
3795
3796
3797
3798
3799
3800
3801
# File 'lib/aws-sdk-inspector2/types.rb', line 3794

class FindingTypeAggregationResponse < Struct.new(
  :account_id,
  :exploit_available_count,
  :fix_available_count,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#fix_available_countInteger

Details about the number of fixes.

Returns:

  • (Integer)


3794
3795
3796
3797
3798
3799
3800
3801
# File 'lib/aws-sdk-inspector2/types.rb', line 3794

class FindingTypeAggregationResponse < Struct.new(
  :account_id,
  :exploit_available_count,
  :fix_available_count,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#severity_countsTypes::SeverityCounts

The value to sort results by.



3794
3795
3796
3797
3798
3799
3800
3801
# File 'lib/aws-sdk-inspector2/types.rb', line 3794

class FindingTypeAggregationResponse < Struct.new(
  :account_id,
  :exploit_available_count,
  :fix_available_count,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end