Class: Aws::Types::Cvss2

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_score::Float

Returns the value of attribute base_score.

Returns:

  • (::Float)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def base_score
  @base_score
end

#scoring_vector::String

Returns the value of attribute scoring_vector.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def scoring_vector
  @scoring_vector
end