Class: Aws::SecurityHub::Types::Adjustment
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Adjustment
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An adjustment to the CVSS metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric ⇒ String
The metric to adjust.
-
#reason ⇒ String
The reason for the adjustment.
Instance Attribute Details
#metric ⇒ String
The metric to adjust.
284 285 286 287 288 289 |
# File 'lib/aws-sdk-securityhub/types.rb', line 284 class Adjustment < Struct.new( :metric, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the adjustment.
284 285 286 287 288 289 |
# File 'lib/aws-sdk-securityhub/types.rb', line 284 class Adjustment < Struct.new( :metric, :reason) SENSITIVE = [] include Aws::Structure end |