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.



3534
3535
3536
3537
3538
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3534

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