Class: Aws::Inspector2::Types::Cvss2
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Cvss2
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The Common Vulnerability Scoring System (CVSS) version 2 details for the vulnerability.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_score ⇒ Float
The CVSS v2 base score for the vulnerability.
-
#scoring_vector ⇒ String
The scoring vector associated with the CVSS v2 score.
Instance Attribute Details
#base_score ⇒ Float
The CVSS v2 base score for the vulnerability.
3165 3166 3167 3168 3169 3170 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3165 class Cvss2 < Struct.new( :base_score, :scoring_vector) SENSITIVE = [] include Aws::Structure end |
#scoring_vector ⇒ String
The scoring vector associated with the CVSS v2 score.
3165 3166 3167 3168 3169 3170 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3165 class Cvss2 < Struct.new( :base_score, :scoring_vector) SENSITIVE = [] include Aws::Structure end |