Class: Aws::ECR::Types::CvssScoreAdjustment

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


547
548
549
550
551
552
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 547

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

#reasonString

The reason the CVSS score has been adjustment.

Returns:

  • (String)


547
548
549
550
551
552
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 547

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