You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Recommendation as input to an Aws::Client method, you can use a vanilla Hash:

{
  text: "NonEmptyString",
  url: "NonEmptyString",
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#textString

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

Returns:

  • (String)

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

#urlString

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

Returns:

  • (String)

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