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.



4213
4214
4215
4216
4217
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4213

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