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)


4012
4013
4014
4015
4016
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4012

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