Class: Aws::Imagebuilder::Types::ImagePackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImagePackage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
A software package that’s installed on top of the base image to create a customized image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_name ⇒ String
The name of the package that’s reported to the operating system package manager.
-
#package_version ⇒ String
The version of the package that’s reported to the operating system package manager.
Instance Attribute Details
#package_name ⇒ String
The name of the package that’s reported to the operating system package manager.
3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3562 class ImagePackage < Struct.new( :package_name, :package_version) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
The version of the package that’s reported to the operating system package manager.
3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3562 class ImagePackage < Struct.new( :package_name, :package_version) SENSITIVE = [] include Aws::Structure end |