Class: Aws::Inspector2::Types::InspectorScoreDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Information about the Amazon Inspector score given to a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#adjusted_cvssTypes::CvssScoreDetails

An object that contains details about the CVSS score given to a finding.



4310
4311
4312
4313
4314
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4310

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