Class: Aws::Inspector2::Types::CvssScoreDetails

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

Overview

Information about the CVSS score.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#adjustmentsArray<Types::CvssScoreAdjustment>

An object that contains details about adjustment Amazon Inspector made to the CVSS score.

Returns:



2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2390

class CvssScoreDetails < Struct.new(
  :adjustments,
  :cvss_source,
  :score,
  :score_source,
  :scoring_vector,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#cvss_sourceString

The source of the CVSS data.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2390

class CvssScoreDetails < Struct.new(
  :adjustments,
  :cvss_source,
  :score,
  :score_source,
  :scoring_vector,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#scoreFloat

The CVSS score.

Returns:

  • (Float)


2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2390

class CvssScoreDetails < Struct.new(
  :adjustments,
  :cvss_source,
  :score,
  :score_source,
  :scoring_vector,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#score_sourceString

The source for the CVSS score.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2390

class CvssScoreDetails < Struct.new(
  :adjustments,
  :cvss_source,
  :score,
  :score_source,
  :scoring_vector,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#scoring_vectorString

The vector for the CVSS score.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2390

class CvssScoreDetails < Struct.new(
  :adjustments,
  :cvss_source,
  :score,
  :score_source,
  :scoring_vector,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The CVSS version used in scoring.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2390

class CvssScoreDetails < Struct.new(
  :adjustments,
  :cvss_source,
  :score,
  :score_source,
  :scoring_vector,
  :version)
  SENSITIVE = []
  include Aws::Structure
end