Class: Aws::Types::CvssScoreAdjustment
- Inherits:
-
Object
- Object
- Aws::Types::CvssScoreAdjustment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric ⇒ ::String
Returns the value of attribute metric.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#metric ⇒ ::String
Returns the value of attribute metric.
451 452 453 |
# File 'sig/types.rbs', line 451 def metric @metric end |
#reason ⇒ ::String
Returns the value of attribute reason.
452 453 454 |
# File 'sig/types.rbs', line 452 def reason @reason end |