Class: Aws::Types::DescribePackageVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePackageVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_latest_patch ⇒ Boolean
Returns the value of attribute is_latest_patch.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#package_arn ⇒ ::String
Returns the value of attribute package_arn.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
-
#registered_time ⇒ ::Time
Returns the value of attribute registered_time.
-
#status ⇒ "REGISTER_PENDING", ...
Returns the value of attribute status.
-
#status_description ⇒ ::String
Returns the value of attribute status_description.
Instance Attribute Details
#is_latest_patch ⇒ Boolean
Returns the value of attribute is_latest_patch.
334 335 336 |
# File 'sig/types.rbs', line 334 def is_latest_patch @is_latest_patch end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
335 336 337 |
# File 'sig/types.rbs', line 335 def owner_account @owner_account end |
#package_arn ⇒ ::String
Returns the value of attribute package_arn.
336 337 338 |
# File 'sig/types.rbs', line 336 def package_arn @package_arn end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
337 338 339 |
# File 'sig/types.rbs', line 337 def package_id @package_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
338 339 340 |
# File 'sig/types.rbs', line 338 def package_name @package_name end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
339 340 341 |
# File 'sig/types.rbs', line 339 def package_version @package_version end |
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
340 341 342 |
# File 'sig/types.rbs', line 340 def patch_version @patch_version end |
#registered_time ⇒ ::Time
Returns the value of attribute registered_time.
341 342 343 |
# File 'sig/types.rbs', line 341 def registered_time @registered_time end |
#status ⇒ "REGISTER_PENDING", ...
Returns the value of attribute status.
342 343 344 |
# File 'sig/types.rbs', line 342 def status @status end |
#status_description ⇒ ::String
Returns the value of attribute status_description.
343 344 345 |
# File 'sig/types.rbs', line 343 def status_description @status_description end |