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

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 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)


3711
3712
3713
3714
3715
3716
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3711

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

#severity_countsTypes::SeverityCounts

The value to sort results by.



3711
3712
3713
3714
3715
3716
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3711

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