Method: Aws::Imagebuilder::Types::RemediationRecommendation#text
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#text ⇒ String
The recommended course of action to remediate the finding.
7671 7672 7673 7674 7675 7676 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7671 class RemediationRecommendation < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |