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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/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.



4550
4551
4552
4553
4554
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4550

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