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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


27953
27954
27955
27956
27957
27958
# File 'lib/aws-sdk-securityhub/types.rb', line 27953

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)


27953
27954
27955
27956
27957
27958
# File 'lib/aws-sdk-securityhub/types.rb', line 27953

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