Class: Aws::ECR::Types::CvssScoreAdjustment
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::CvssScoreAdjustment
- Includes:
- Structure
- Defined in:
- 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
-
#metric ⇒ String
The metric used to adjust the CVSS score.
-
#reason ⇒ String
The reason the CVSS score has been adjustment.
Instance Attribute Details
#metric ⇒ String
The metric used to adjust the CVSS score.
650 651 652 653 654 655 |
# File 'lib/aws-sdk-ecr/types.rb', line 650 class CvssScoreAdjustment < Struct.new( :metric, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the CVSS score has been adjustment.
650 651 652 653 654 655 |
# File 'lib/aws-sdk-ecr/types.rb', line 650 class CvssScoreAdjustment < Struct.new( :metric, :reason) SENSITIVE = [] include Aws::Structure end |