Class: Aws::Types::Cvss
- Inherits:
-
Object
- Object
- Aws::Types::Cvss
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustments ⇒ ::Array[Types::Adjustment]
Returns the value of attribute adjustments.
-
#base_score ⇒ ::Float
Returns the value of attribute base_score.
-
#base_vector ⇒ ::String
Returns the value of attribute base_vector.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#adjustments ⇒ ::Array[Types::Adjustment]
Returns the value of attribute adjustments.
5351 5352 5353 |
# File 'sig/types.rbs', line 5351 def adjustments @adjustments end |
#base_score ⇒ ::Float
Returns the value of attribute base_score.
5348 5349 5350 |
# File 'sig/types.rbs', line 5348 def base_score @base_score end |
#base_vector ⇒ ::String
Returns the value of attribute base_vector.
5349 5350 5351 |
# File 'sig/types.rbs', line 5349 def base_vector @base_vector end |
#source ⇒ ::String
Returns the value of attribute source.
5350 5351 5352 |
# File 'sig/types.rbs', line 5350 def source @source end |
#version ⇒ ::String
Returns the value of attribute version.
5347 5348 5349 |
# File 'sig/types.rbs', line 5347 def version @version end |