Class: Aws::Inspector2::Types::FindingTypeAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FindingTypeAggregationResponse
- 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
-
#account_id ⇒ String
The ID of the Amazon Web Services account associated with the findings.
-
#exploit_available_count ⇒ Integer
The number of findings that have an exploit available.
-
#fix_available_count ⇒ Integer
Details about the number of fixes.
-
#severity_counts ⇒ Types::SeverityCounts
The value to sort results by.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account associated with the findings.
3791 3792 3793 3794 3795 3796 3797 3798 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3791 class FindingTypeAggregationResponse < Struct.new( :account_id, :exploit_available_count, :fix_available_count, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#exploit_available_count ⇒ Integer
The number of findings that have an exploit available.
3791 3792 3793 3794 3795 3796 3797 3798 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3791 class FindingTypeAggregationResponse < Struct.new( :account_id, :exploit_available_count, :fix_available_count, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#fix_available_count ⇒ Integer
Details about the number of fixes.
3791 3792 3793 3794 3795 3796 3797 3798 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3791 class FindingTypeAggregationResponse < Struct.new( :account_id, :exploit_available_count, :fix_available_count, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
The value to sort results by.
3791 3792 3793 3794 3795 3796 3797 3798 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3791 class FindingTypeAggregationResponse < Struct.new( :account_id, :exploit_available_count, :fix_available_count, :severity_counts) SENSITIVE = [] include Aws::Structure end |