Class: Aws::Types::Cvss3

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)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def base_score
  @base_score
end

#scoring_vector::String

Returns the value of attribute scoring_vector.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def scoring_vector
  @scoring_vector
end