Method: Aws::Imagebuilder::Types::VulnerablePackage#remediation
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#remediation ⇒ String
The code to run in your environment to update packages with a fix available.
8827 8828 8829 8830 8831 8832 8833 8834 8835 8836 8837 8838 8839 8840 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8827 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |