Class: Aws::Inspector2::Types::Remediation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Remediation
- 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
-
#recommendation ⇒ Types::Recommendation
An object that contains information about the recommended course of action to remediate the finding.
Instance Attribute Details
#recommendation ⇒ Types::Recommendation
An object that contains information about the recommended course of action to remediate the finding.
5818 5819 5820 5821 5822 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5818 class Remediation < Struct.new( :recommendation) SENSITIVE = [] include Aws::Structure end |