Class: Aws::Types::PackageConfig
- Inherits:
-
Object
- Object
- Aws::Types::PackageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#package_manager ⇒ "UV"
Returns the value of attribute package_manager.
-
#package_specification ⇒ ::String
Returns the value of attribute package_specification.
Instance Attribute Details
#package_manager ⇒ "UV"
Returns the value of attribute package_manager.
4785 4786 4787 |
# File 'sig/types.rbs', line 4785 def package_manager @package_manager end |
#package_specification ⇒ ::String
Returns the value of attribute package_specification.
4786 4787 4788 |
# File 'sig/types.rbs', line 4786 def package_specification @package_specification end |