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.



5718
5719
5720
5721
5722
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5718

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