Class: Aws::Types::PackageObject
- Inherits:
-
Object
- Object
- Aws::Types::PackageObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
711 712 713 |
# File 'sig/types.rbs', line 711 def name @name end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
712 713 714 |
# File 'sig/types.rbs', line 712 def package_version @package_version end |
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
713 714 715 |
# File 'sig/types.rbs', line 713 def patch_version @patch_version end |