Class: Aws::Inspector2::Types::CvssScoreAdjustment

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

Overview

Details on adjustments Amazon Inspector made to the CVSS score for a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metricString

The metric used to adjust the CVSS score.

Returns:

  • (String)


2354
2355
2356
2357
2358
2359
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2354

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

#reasonString

The reason the CVSS score has been adjustment.

Returns:

  • (String)


2354
2355
2356
2357
2358
2359
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2354

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