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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4592
4593
4594
4595
4596
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4592

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