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.
6762 6763 6764 6765 6766 6767 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6762 class SuggestedFix < Struct.new( :code, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The fix’s description.
6762 6763 6764 6765 6766 6767 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6762 class SuggestedFix < Struct.new( :code, :description) SENSITIVE = [] include Aws::Structure end |