Class: Aws::Inspector2::Types::SuggestedFix

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The fix's code.

Returns:

  • (String)


6736
6737
6738
6739
6740
6741
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6736

class SuggestedFix < Struct.new(
  :code,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The fix's description.

Returns:

  • (String)


6736
6737
6738
6739
6740
6741
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6736

class SuggestedFix < Struct.new(
  :code,
  :description)
  SENSITIVE = []
  include Aws::Structure
end