Class: Aws::SecurityHub::Types::TrendsValues

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

Overview

Contains the aggregated finding values for a specific point in the findings trend timeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The count of findings organized by severity level for this data point in the trend timeline.



32794
32795
32796
32797
32798
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 32794

class TrendsValues < Struct.new(
  :severity_trends)
  SENSITIVE = []
  include Aws::Structure
end