Class: Aws::Types::CvssScore

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:



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.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def scoring_vector
  @scoring_vector
end

#source::String

Returns the value of attribute source.

Returns:



172
173
174
# File 'sig/types.rbs', line 172

def source
  @source
end

#version::String

Returns the value of attribute version.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def version
  @version
end