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.
170 171 172 |
# File 'sig/types.rbs', line 170 def base_score @base_score end |
#scoring_vector ⇒ ::String
Returns the value of attribute scoring_vector.
171 172 173 |
# File 'sig/types.rbs', line 171 def scoring_vector @scoring_vector end |
#source ⇒ ::String
Returns the value of attribute source.
172 173 174 |
# File 'sig/types.rbs', line 172 def source @source end |
#version ⇒ ::String
Returns the value of attribute version.
173 174 175 |
# File 'sig/types.rbs', line 173 def version @version end |