Class: Aws::Inspector2::Types::CvssScore
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CvssScore
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The CVSS score for a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_score ⇒ Float
The base CVSS score used for the finding.
-
#scoring_vector ⇒ String
The vector string of the CVSS score.
-
#source ⇒ String
The source of the CVSS score.
-
#version ⇒ String
The version of CVSS used for the score.
Instance Attribute Details
#base_score ⇒ Float
The base CVSS score used for the finding.
2353 2354 2355 2356 2357 2358 2359 2360 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2353 class CvssScore < Struct.new( :base_score, :scoring_vector, :source, :version) SENSITIVE = [] include Aws::Structure end |
#scoring_vector ⇒ String
The vector string of the CVSS score.
2353 2354 2355 2356 2357 2358 2359 2360 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2353 class CvssScore < Struct.new( :base_score, :scoring_vector, :source, :version) SENSITIVE = [] include Aws::Structure end |