Class: Aws::SecurityHub::Types::Remediation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Remediation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the remediation steps for a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation ⇒ Types::Recommendation
A recommendation on the steps to take to remediate the issue identified by a finding.
Instance Attribute Details
#recommendation ⇒ Types::Recommendation
A recommendation on the steps to take to remediate the issue identified by a finding.
28012 28013 28014 28015 28016 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28012 class Remediation < Struct.new( :recommendation) SENSITIVE = [] include Aws::Structure end |