Class: Aws::ECR::Types::CvssScoreDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/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:



579
580
581
582
583
584
585
586
587
# File 'lib/aws-sdk-ecr/types.rb', line 579

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

#scoreFloat

The CVSS score.

Returns:

  • (Float)


579
580
581
582
583
584
585
586
587
# File 'lib/aws-sdk-ecr/types.rb', line 579

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

#score_sourceString

The source for the CVSS score.

Returns:

  • (String)


579
580
581
582
583
584
585
586
587
# File 'lib/aws-sdk-ecr/types.rb', line 579

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

#scoring_vectorString

The vector for the CVSS score.

Returns:

  • (String)


579
580
581
582
583
584
585
586
587
# File 'lib/aws-sdk-ecr/types.rb', line 579

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

#versionString

The CVSS version used in scoring.

Returns:

  • (String)


579
580
581
582
583
584
585
586
587
# File 'lib/aws-sdk-ecr/types.rb', line 579

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