Class: Aws::Types::DescribePackageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePackageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
Instance Attribute Details
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
326 327 328 |
# File 'sig/types.rbs', line 326 def owner_account @owner_account end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
327 328 329 |
# File 'sig/types.rbs', line 327 def package_id @package_id end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
328 329 330 |
# File 'sig/types.rbs', line 328 def package_version @package_version end |
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
329 330 331 |
# File 'sig/types.rbs', line 329 def patch_version @patch_version end |