Class: Aws::Imagebuilder::Types::InspectorScoreDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#adjusted_cvssTypes::CvssScoreDetails

An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.



5159
5160
5161
5162
5163
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5159

class InspectorScoreDetails < Struct.new(
  :adjusted_cvss)
  SENSITIVE = []
  include Aws::Structure
end