Class: Aws::ECR::Types::ScoreDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

Information about the Amazon Inspector score given to a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cvssTypes::CvssScoreDetails

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



3450
3451
3452
3453
3454
# File 'lib/aws-sdk-ecr/types.rb', line 3450

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