Class: Aws::Inspector2::Types::EpssDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Details about the Exploit Prediction Scoring System (EPSS) score for a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scoreFloat

The EPSS score.

Returns:

  • (Float)


3062
3063
3064
3065
3066
# File 'lib/aws-sdk-inspector2/types.rb', line 3062

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