Class: Aws::Imagebuilder::Types::InspectorScoreDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::InspectorScoreDetails
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Information about the factors that influenced the score that Amazon Inspector assigned for a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adjusted_cvss ⇒ Types::CvssScoreDetails
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
Instance Attribute Details
#adjusted_cvss ⇒ Types::CvssScoreDetails
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
4592 4593 4594 4595 4596 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4592 class InspectorScoreDetails < Struct.new( :adjusted_cvss) SENSITIVE = [] include Aws::Structure end |