Class: Aws::SecurityHub::Types::Recommendation

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

Overview

A recommendation on how to remediate the issue identified in a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

Describes the recommended steps to take to remediate an issue identified in a finding.

Returns:

  • (String)


27784
27785
27786
27787
27788
27789
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27784

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

#urlString

A URL to a page or site that contains information about how to remediate a finding.

Returns:

  • (String)


27784
27785
27786
27787
27788
27789
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27784

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