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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


3049
3050
3051
3052
3053
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3049

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