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)


4034
4035
4036
4037
4038
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4034

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