Class: Aws::Types::CvssScore
- Inherits:
-
Object
- Object
- Aws::Types::CvssScore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_score ⇒ ::Float
Returns the value of attribute base_score.
-
#scoring_vector ⇒ ::String
Returns the value of attribute scoring_vector.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#base_score ⇒ ::Float
Returns the value of attribute base_score.
443 444 445 |
# File 'sig/types.rbs', line 443 def base_score @base_score end |
#scoring_vector ⇒ ::String
Returns the value of attribute scoring_vector.
444 445 446 |
# File 'sig/types.rbs', line 444 def scoring_vector @scoring_vector end |
#source ⇒ ::String
Returns the value of attribute source.
446 447 448 |
# File 'sig/types.rbs', line 446 def source @source end |
#version ⇒ ::String
Returns the value of attribute version.
445 446 447 |
# File 'sig/types.rbs', line 445 def version @version end |