Class: Aws::Types::GetPackageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPackageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#package_name ⇒ ::String
Returns the value of attribute package_name.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def package_name @package_name end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def version_name @version_name end |