Class: Aws::ECR::Types::CvssScore
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::CvssScore
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The CVSS score for a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_score ⇒ Float
The base CVSS score used for the finding.
-
#scoring_vector ⇒ String
The vector string of the CVSS score.
-
#source ⇒ String
The source of the CVSS score.
-
#version ⇒ String
The version of CVSS used for the score.
Instance Attribute Details
#base_score ⇒ Float
The base CVSS score used for the finding.
628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 628 class CvssScore < Struct.new( :base_score, :scoring_vector, :source, :version) SENSITIVE = [] include Aws::Structure end |
#scoring_vector ⇒ String
The vector string of the CVSS score.
628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 628 class CvssScore < Struct.new( :base_score, :scoring_vector, :source, :version) SENSITIVE = [] include Aws::Structure end |