Class: Aws::Imagebuilder::Types::RemediationRecommendation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/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)


7671
7672
7673
7674
7675
7676
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7671

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

#urlString

A link to more information about the recommended remediation for this vulnerability.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7671

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