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

Class: Aws::SecurityHub::Types::Remediation

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

Overview

Note:

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

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

Details about the remediation steps for a finding.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#recommendationTypes::Recommendation

A recommendation on the steps to take to remediate the issue identified by a finding.

Returns:

  • (Types::Recommendation)

    A recommendation on the steps to take to remediate the issue identified by a finding.