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

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

Overview

Details about the remediation steps for a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendationTypes::Recommendation

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



28019
28020
28021
28022
28023
# File 'lib/aws-sdk-securityhub/types.rb', line 28019

class Remediation < Struct.new(
  :recommendation)
  SENSITIVE = []
  include Aws::Structure
end