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.



3453
3454
3455
3456
3457
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3453

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