Class: Aws::Inspector2::Types::SuggestedFix
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::SuggestedFix
- Includes:
- Structure
- Defined in:
- 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.
8389 8390 8391 8392 8393 8394 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8389 class SuggestedFix < Struct.new( :description, :code) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The fix’s description.
8389 8390 8391 8392 8393 8394 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8389 class SuggestedFix < Struct.new( :description, :code) SENSITIVE = [] include Aws::Structure end |