Class: Aws::Imagebuilder::Types::RemediationRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::RemediationRecommendation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Details about the recommended course of action to remediate the finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The recommended course of action to remediate the finding.
-
#url ⇒ String
A link to more information about the recommended remediation for this vulnerability.
Instance Attribute Details
#text ⇒ String
The recommended course of action to remediate the finding.
7039 7040 7041 7042 7043 7044 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7039 class RemediationRecommendation < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
A link to more information about the recommended remediation for this vulnerability.
7039 7040 7041 7042 7043 7044 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7039 class RemediationRecommendation < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |