Module: Aws::Panorama::Client::_DescribePackageVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePackageVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #is_latest_patch ⇒ Boolean
- #owner_account ⇒ ::String
- #package_arn ⇒ ::String
- #package_id ⇒ ::String
- #package_name ⇒ ::String
- #package_version ⇒ ::String
- #patch_version ⇒ ::String
- #registered_time ⇒ ::Time
- #status ⇒ "REGISTER_PENDING", ...
- #status_description ⇒ ::String
Instance Method Details
#is_latest_patch ⇒ Boolean
391 |
# File 'sig/client.rbs', line 391
def is_latest_patch: () -> bool
|
#owner_account ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def owner_account: () -> ::String
|
#package_arn ⇒ ::String
393 |
# File 'sig/client.rbs', line 393
def package_arn: () -> ::String
|
#package_id ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def package_id: () -> ::String
|
#package_name ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def package_name: () -> ::String
|
#package_version ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def package_version: () -> ::String
|
#patch_version ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def patch_version: () -> ::String
|
#registered_time ⇒ ::Time
398 |
# File 'sig/client.rbs', line 398
def registered_time: () -> ::Time
|
#status ⇒ "REGISTER_PENDING", ...
399 |
# File 'sig/client.rbs', line 399
def status: () -> ("REGISTER_PENDING" | "REGISTER_COMPLETED" | "FAILED" | "DELETING")
|
#status_description ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def status_description: () -> ::String
|