Class: Aws::Inspector2::Types::FindingTypeAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FindingTypeAggregationResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4823 class FindingTypeAggregationResponse < Struct.new( :account_id, :severity_counts, :exploit_available_count, :fix_available_count) SENSITIVE = [] include Aws::Structure end |
#exploit_available_count ⇒ Integer
The number of findings that have an exploit available.
4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4823 class FindingTypeAggregationResponse < Struct.new( :account_id, :severity_counts, :exploit_available_count, :fix_available_count) SENSITIVE = [] include Aws::Structure end |
#fix_available_count ⇒ Integer
Details about the number of fixes.
4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4823 class FindingTypeAggregationResponse < Struct.new( :account_id, :severity_counts, :exploit_available_count, :fix_available_count) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
The value to sort results by.
4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4823 class FindingTypeAggregationResponse < Struct.new( :account_id, :severity_counts, :exploit_available_count, :fix_available_count) SENSITIVE = [] include Aws::Structure end |