Class: Aws::Inspector2::Types::CvssScore

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

The CVSS score for a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_scoreFloat

The base CVSS score used for the finding.

Returns:

  • (Float)


2356
2357
2358
2359
2360
2361
2362
2363
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2356

class CvssScore < Struct.new(
  :base_score,
  :scoring_vector,
  :source,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#scoring_vectorString

The vector string of the CVSS score.

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
2362
2363
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2356

class CvssScore < Struct.new(
  :base_score,
  :scoring_vector,
  :source,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The source of the CVSS score.

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
2362
2363
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2356

class CvssScore < Struct.new(
  :base_score,
  :scoring_vector,
  :source,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of CVSS used for the score.

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
2362
2363
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2356

class CvssScore < Struct.new(
  :base_score,
  :scoring_vector,
  :source,
  :version)
  SENSITIVE = []
  include Aws::Structure
end