Class: Aws::Types::CvssScoreDetails
- Inherits:
-
Object
- Object
- Aws::Types::CvssScoreDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustments ⇒ ::Array[Types::CvssScoreAdjustment]
Returns the value of attribute adjustments.
-
#cvss_source ⇒ ::String
Returns the value of attribute cvss_source.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#score_source ⇒ ::String
Returns the value of attribute score_source.
-
#scoring_vector ⇒ ::String
Returns the value of attribute scoring_vector.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#adjustments ⇒ ::Array[Types::CvssScoreAdjustment]
Returns the value of attribute adjustments.
462 463 464 |
# File 'sig/types.rbs', line 462 def adjustments @adjustments end |
#cvss_source ⇒ ::String
Returns the value of attribute cvss_source.
458 459 460 |
# File 'sig/types.rbs', line 458 def cvss_source @cvss_source end |
#score ⇒ ::Float
Returns the value of attribute score.
460 461 462 |
# File 'sig/types.rbs', line 460 def score @score end |
#score_source ⇒ ::String
Returns the value of attribute score_source.
457 458 459 |
# File 'sig/types.rbs', line 457 def score_source @score_source end |
#scoring_vector ⇒ ::String
Returns the value of attribute scoring_vector.
461 462 463 |
# File 'sig/types.rbs', line 461 def scoring_vector @scoring_vector end |
#version ⇒ ::String
Returns the value of attribute version.
459 460 461 |
# File 'sig/types.rbs', line 459 def version @version end |