Class: Aws::Inspector2::Types::SuggestedFix
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::SuggestedFix
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A suggested fix for a vulnerability in your Lambda function code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The fix's code.
-
#description ⇒ String
The fix's description.
Instance Attribute Details
#code ⇒ String
The fix's code.
8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8383 class SuggestedFix < Struct.new( :description, :code) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The fix's description.
8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8383 class SuggestedFix < Struct.new( :description, :code) SENSITIVE = [] include Aws::Structure end |