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.

Length Constraints: Minimum of 1 length. Maximum of 512 length.

Returns:

  • (String)


27959
27960
27961
27962
27963
27964
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27959

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)


27959
27960
27961
27962
27963
27964
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27959

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