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)


3773
3774
3775
3776
3777
3778
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3773

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

#severity_countsTypes::SeverityCounts

The value to sort results by.



3773
3774
3775
3776
3777
3778
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3773

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