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.
178 179 180 |
# File 'sig/types.rbs', line 178 def metric @metric end |
#reason ⇒ ::String
Returns the value of attribute reason.
179 180 181 |
# File 'sig/types.rbs', line 179 def reason @reason end |