Class: Aws::Imagebuilder::Types::CvssScoreDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::CvssScoreDetails
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Details about the source of the score, and the factors that determined the adjustments to create the final score.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adjustments ⇒ Array<Types::CvssScoreAdjustment>
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
-
#cvss_source ⇒ String
The source of the finding.
-
#score ⇒ Float
The CVSS score.
-
#score_source ⇒ String
The source for the CVSS score.
-
#scoring_vector ⇒ String
A vector that measures the severity of the vulnerability.
-
#version ⇒ String
The CVSS version that generated the score.
Instance Attribute Details
#adjustments ⇒ Array<Types::CvssScoreAdjustment>
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2008 class CvssScoreDetails < Struct.new( :score_source, :cvss_source, :version, :score, :scoring_vector, :adjustments) SENSITIVE = [] include Aws::Structure end |
#cvss_source ⇒ String
The source of the finding.
2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2008 class CvssScoreDetails < Struct.new( :score_source, :cvss_source, :version, :score, :scoring_vector, :adjustments) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The CVSS score.
2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2008 class CvssScoreDetails < Struct.new( :score_source, :cvss_source, :version, :score, :scoring_vector, :adjustments) SENSITIVE = [] include Aws::Structure end |
#score_source ⇒ String
The source for the CVSS score.
2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2008 class CvssScoreDetails < Struct.new( :score_source, :cvss_source, :version, :score, :scoring_vector, :adjustments) SENSITIVE = [] include Aws::Structure end |
#scoring_vector ⇒ String
A vector that measures the severity of the vulnerability.
2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2008 class CvssScoreDetails < Struct.new( :score_source, :cvss_source, :version, :score, :scoring_vector, :adjustments) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The CVSS version that generated the score.
2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2008 class CvssScoreDetails < Struct.new( :score_source, :cvss_source, :version, :score, :scoring_vector, :adjustments) SENSITIVE = [] include Aws::Structure end |