Class: Aws::Imagebuilder::Types::CvssScoreAdjustment

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

Overview

Details about an adjustment that Amazon Inspector made to the CVSS score for a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metricString

The metric that Amazon Inspector used to adjust the CVSS score.

Returns:

  • (String)


1945
1946
1947
1948
1949
1950
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1945

class CvssScoreAdjustment < Struct.new(
  :metric,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the CVSS score adjustment.

Returns:

  • (String)


1945
1946
1947
1948
1949
1950
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1945

class CvssScoreAdjustment < Struct.new(
  :metric,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end