Class: Aws::Inspector2::Types::CvssScoreDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CvssScoreDetails
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Information about the CVSS score.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adjustments ⇒ Array<Types::CvssScoreAdjustment>
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
-
#cvss_source ⇒ String
The source of the CVSS data.
-
#score ⇒ Float
The CVSS score.
-
#score_source ⇒ String
The source for the CVSS score.
-
#scoring_vector ⇒ String
The vector for the CVSS score.
-
#version ⇒ String
The CVSS version used in scoring.
Instance Attribute Details
#adjustments ⇒ Array<Types::CvssScoreAdjustment>
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2414 class CvssScoreDetails < Struct.new( :adjustments, :cvss_source, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |
#cvss_source ⇒ String
The source of the CVSS data.
2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2414 class CvssScoreDetails < Struct.new( :adjustments, :cvss_source, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The CVSS score.
2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2414 class CvssScoreDetails < Struct.new( :adjustments, :cvss_source, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |
#score_source ⇒ String
The source for the CVSS score.
2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2414 class CvssScoreDetails < Struct.new( :adjustments, :cvss_source, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |
#scoring_vector ⇒ String
The vector for the CVSS score.
2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2414 class CvssScoreDetails < Struct.new( :adjustments, :cvss_source, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The CVSS version used in scoring.
2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2414 class CvssScoreDetails < Struct.new( :adjustments, :cvss_source, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |