Class: Aws::Inspector2::Types::Remediation

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

Overview

Information on how to remediate a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation ⇒ Types::Recommendation

An object that contains information about the recommended course of action to remediate the finding.



8683
8684
8685
8686
8687
# File 'lib/aws-sdk-inspector2/types.rb', line 8683

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