Class: Aws::Types::Cvss

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adjustments::Array[Types::Adjustment]

Returns the value of attribute adjustments.

Returns:



5351
5352
5353
# File 'sig/types.rbs', line 5351

def adjustments
  @adjustments
end

#base_score::Float

Returns the value of attribute base_score.

Returns:

  • (::Float)


5348
5349
5350
# File 'sig/types.rbs', line 5348

def base_score
  @base_score
end

#base_vector::String

Returns the value of attribute base_vector.

Returns:

  • (::String)


5349
5350
5351
# File 'sig/types.rbs', line 5349

def base_vector
  @base_vector
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


5350
5351
5352
# File 'sig/types.rbs', line 5350

def source
  @source
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


5347
5348
5349
# File 'sig/types.rbs', line 5347

def version
  @version
end