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:

  • (::Float)


443
444
445
# File 'sig/types.rbs', line 443

def base_score
  @base_score
end

#scoring_vector ⇒ ::String

Returns the value of attribute scoring_vector.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def scoring_vector
  @scoring_vector
end

#source ⇒ ::String

Returns the value of attribute source.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def source
  @source
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def version
  @version
end