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.
-
#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.
184 185 186 |
# File 'sig/types.rbs', line 184 def adjustments @adjustments end |
#score ⇒ ::Float
Returns the value of attribute score.
185 186 187 |
# File 'sig/types.rbs', line 185 def score @score end |
#score_source ⇒ ::String
Returns the value of attribute score_source.
186 187 188 |
# File 'sig/types.rbs', line 186 def score_source @score_source end |
#scoring_vector ⇒ ::String
Returns the value of attribute scoring_vector.
187 188 189 |
# File 'sig/types.rbs', line 187 def scoring_vector @scoring_vector end |
#version ⇒ ::String
Returns the value of attribute version.
188 189 190 |
# File 'sig/types.rbs', line 188 def version @version end |