Class: Aws::ECR::Types::CvssScoreDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::CvssScoreDetails
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Information about the CVSS score.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adjustments ⇒ Array<Types::CvssScoreAdjustment>
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
-
#score ⇒ Float
The CVSS score.
-
#score_source ⇒ String
The source for the CVSS score.
-
#scoring_vector ⇒ String
The vector for the CVSS score.
-
#version ⇒ String
The CVSS version used in scoring.
Instance Attribute Details
#adjustments ⇒ Array<Types::CvssScoreAdjustment>
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
682 683 684 685 686 687 688 689 690 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 682 class CvssScoreDetails < Struct.new( :adjustments, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The CVSS score.
682 683 684 685 686 687 688 689 690 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 682 class CvssScoreDetails < Struct.new( :adjustments, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |
#score_source ⇒ String
The source for the CVSS score.
682 683 684 685 686 687 688 689 690 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 682 class CvssScoreDetails < Struct.new( :adjustments, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |
#scoring_vector ⇒ String
The vector for the CVSS score.
682 683 684 685 686 687 688 689 690 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 682 class CvssScoreDetails < Struct.new( :adjustments, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The CVSS version used in scoring.
682 683 684 685 686 687 688 689 690 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 682 class CvssScoreDetails < Struct.new( :adjustments, :score, :score_source, :scoring_vector, :version) SENSITIVE = [] include Aws::Structure end |