Class: Aws::Inspector2::Types::Epss
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Epss
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Details about the Exploit Prediction Scoring System (EPSS) score.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#score ⇒ Float
The Exploit Prediction Scoring System (EPSS) score.
Instance Attribute Details
#score ⇒ Float
The Exploit Prediction Scoring System (EPSS) score.
4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4932 class Epss < Struct.new( :score) SENSITIVE = [] include Aws::Structure end |