Class: Aws::Types::Cvss4

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)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def base_score
  @base_score
end

#scoring_vector::String

Returns the value of attribute scoring_vector.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def scoring_vector
  @scoring_vector
end