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:



462
463
464
# File 'sig/types.rbs', line 462

def adjustments
  @adjustments
end

#cvss_source ⇒ ::String

Returns the value of attribute cvss_source.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def cvss_source
  @cvss_source
end

#score ⇒ ::Float

Returns the value of attribute score.

Returns:

  • (::Float)


460
461
462
# File 'sig/types.rbs', line 460

def score
  @score
end

#score_source ⇒ ::String

Returns the value of attribute score_source.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def score_source
  @score_source
end

#scoring_vector ⇒ ::String

Returns the value of attribute scoring_vector.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def scoring_vector
  @scoring_vector
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def version
  @version
end