Class: Aws::ECR::Types::ImageScanFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageScanFinding
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Contains information about an image scan finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::Attribute>
A collection of attributes of the host from which the finding is generated.
-
#description ⇒ String
The description of the finding.
-
#name ⇒ String
The name associated with the finding, usually a CVE number.
-
#severity ⇒ String
The finding severity.
-
#uri ⇒ String
A link containing additional details about the security vulnerability.
Instance Attribute Details
#attributes ⇒ Array<Types::Attribute>
A collection of attributes of the host from which the finding is generated.
2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2216 class ImageScanFinding < Struct.new( :name, :description, :uri, :severity, :attributes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the finding.
2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2216 class ImageScanFinding < Struct.new( :name, :description, :uri, :severity, :attributes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name associated with the finding, usually a CVE number.
2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2216 class ImageScanFinding < Struct.new( :name, :description, :uri, :severity, :attributes) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The finding severity.
2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2216 class ImageScanFinding < Struct.new( :name, :description, :uri, :severity, :attributes) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
A link containing additional details about the security vulnerability.
2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2216 class ImageScanFinding < Struct.new( :name, :description, :uri, :severity, :attributes) SENSITIVE = [] include Aws::Structure end |