Class: Aws::Imagebuilder::Types::Remediation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::Remediation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Information about how to remediate a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation ⇒ Types::RemediationRecommendation
An object that contains information about the recommended course of action to remediate the finding.
Instance Attribute Details
#recommendation ⇒ Types::RemediationRecommendation
An object that contains information about the recommended course of action to remediate the finding.
7019 7020 7021 7022 7023 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7019 class Remediation < Struct.new( :recommendation) SENSITIVE = [] include Aws::Structure end |