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.
-
#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.
2171 2172 2173 2174 2175 2176 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2171 class FindingTypeAggregationResponse < Struct.new( :account_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
The value to sort results by.
2171 2172 2173 2174 2175 2176 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2171 class FindingTypeAggregationResponse < Struct.new( :account_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |