Class: Aws::Inspector2::Types::CvssScoreAdjustment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CvssScoreAdjustment
- 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
-
#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.
1117 1118 1119 1120 1121 1122 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1117 class CvssScoreAdjustment < Struct.new( :metric, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the CVSS score has been adjustment.
1117 1118 1119 1120 1121 1122 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1117 class CvssScoreAdjustment < Struct.new( :metric, :reason) SENSITIVE = [] include Aws::Structure end |