Class: Aws::Types::CvssScoreDetails

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::CvssScoreAdjustment]

Returns the value of attribute adjustments.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def adjustments
  @adjustments
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


185
186
187
# File 'sig/types.rbs', line 185

def score
  @score
end

#score_source::String

Returns the value of attribute score_source.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def score_source
  @score_source
end

#scoring_vector::String

Returns the value of attribute scoring_vector.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def scoring_vector
  @scoring_vector
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def version
  @version
end