Class: Aws::SecurityHub::Types::ResourceFindingsSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

A list of summaries for all finding types on a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_typeString

The category or classification of the security finding.

Returns:

  • (String)


29690
29691
29692
29693
29694
29695
29696
29697
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29690

class ResourceFindingsSummary < Struct.new(
  :finding_type,
  :product_name,
  :total_findings,
  :severities)
  SENSITIVE = []
  include Aws::Structure
end

#product_nameString

The name of the product associated with the security finding.

Returns:

  • (String)


29690
29691
29692
29693
29694
29695
29696
29697
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29690

class ResourceFindingsSummary < Struct.new(
  :finding_type,
  :product_name,
  :total_findings,
  :severities)
  SENSITIVE = []
  include Aws::Structure
end

#severitiesTypes::ResourceSeverityBreakdown

A breakdown of security findings by their severity levels.



29690
29691
29692
29693
29694
29695
29696
29697
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29690

class ResourceFindingsSummary < Struct.new(
  :finding_type,
  :product_name,
  :total_findings,
  :severities)
  SENSITIVE = []
  include Aws::Structure
end

#total_findingsInteger

The total count of security findings.

Returns:

  • (Integer)


29690
29691
29692
29693
29694
29695
29696
29697
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29690

class ResourceFindingsSummary < Struct.new(
  :finding_type,
  :product_name,
  :total_findings,
  :severities)
  SENSITIVE = []
  include Aws::Structure
end