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.



3947
3948
3949
3950
3951
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3947

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