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)


2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2343

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)


2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2343

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

#sourceString

The source of the CVSS score.

Returns:

  • (String)


2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2343

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)


2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2343

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