Class: Aws::Inspector2::Types::Recommendation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Details about the recommended course of action to remediate the finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The recommended course of action to remediate the finding.

Returns:

  • (String)


5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5776

class Recommendation < Struct.new(
  :url,
  :text)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL address to the CVE remediation recommendations.

Returns:

  • (String)


5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5776

class Recommendation < Struct.new(
  :url,
  :text)
  SENSITIVE = []
  include Aws::Structure
end