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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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

#recommendationTypes::Recommendation

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



7298
7299
7300
7301
7302
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7298

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