Class: Aws::Inspector2::Types::InspectorScoreDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::InspectorScoreDetails
- 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
-
#adjusted_cvss ⇒ Types::CvssScoreDetails
An object that contains details about the CVSS score given to a finding.
Instance Attribute Details
#adjusted_cvss ⇒ Types::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 |