Class: Aws::Types::GetPackageVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPackageVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact ⇒ Types::PackageVersionArtifact
Returns the value of attribute artifact.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_version_arn ⇒ ::String
Returns the value of attribute package_version_arn.
-
#recipe ⇒ ::String
Returns the value of attribute recipe.
-
#sbom ⇒ Types::Sbom
Returns the value of attribute sbom.
-
#sbom_validation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute sbom_validation_status.
-
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#artifact ⇒ Types::PackageVersionArtifact
Returns the value of attribute artifact.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def artifact @artifact end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def attributes @attributes end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def description @description end |
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def error_reason @error_reason end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def last_modified_date @last_modified_date end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def package_name @package_name end |
#package_version_arn ⇒ ::String
Returns the value of attribute package_version_arn.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def package_version_arn @package_version_arn end |
#recipe ⇒ ::String
Returns the value of attribute recipe.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def recipe @recipe end |
#sbom ⇒ Types::Sbom
Returns the value of attribute sbom.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def sbom @sbom end |
#sbom_validation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute sbom_validation_status.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def sbom_validation_status @sbom_validation_status end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def status @status end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def version_name @version_name end |