Class: Aws::Inspector2::Types::EpssDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::EpssDetails
- 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
-
#score ⇒ Float
The EPSS score.
Instance Attribute Details
#score ⇒ Float
The EPSS score.
3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3059 class EpssDetails < Struct.new( :score) SENSITIVE = [] include Aws::Structure end |