Class: Aws::Types::ImagePackage
- Inherits:
-
Object
- Object
- Aws::Types::ImagePackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
Instance Attribute Details
#package_name ⇒ ::String
Returns the value of attribute package_name.
955 956 957 |
# File 'sig/types.rbs', line 955 def package_name @package_name end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
956 957 958 |
# File 'sig/types.rbs', line 956 def package_version @package_version end |