/AWS1/CL_ARTPUBPACKAGEVRSRSLT¶
PublishPackageVersionResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_format TYPE /AWS1/ARTPACKAGEFORMAT /AWS1/ARTPACKAGEFORMAT¶
The format of the package version.
iv_namespace TYPE /AWS1/ARTPACKAGENAMESPACE /AWS1/ARTPACKAGENAMESPACE¶
The namespace of the package version.
iv_package TYPE /AWS1/ARTPACKAGENAME /AWS1/ARTPACKAGENAME¶
The name of the package.
iv_version TYPE /AWS1/ARTPACKAGEVERSION /AWS1/ARTPACKAGEVERSION¶
The version of the package.
iv_versionrevision TYPE /AWS1/ARTPACKAGEVRSREVISION /AWS1/ARTPACKAGEVRSREVISION¶
The revision of the package version.
iv_status TYPE /AWS1/ARTPACKAGEVERSIONSTATUS /AWS1/ARTPACKAGEVERSIONSTATUS¶
A string that contains the status of the package version. For more information, see Package version status in the CodeArtifact User Guide.
io_asset TYPE REF TO /AWS1/CL_ARTASSETSUMMARY /AWS1/CL_ARTASSETSUMMARY¶
An AssetSummary for the published asset.
Queryable Attributes¶
format¶
The format of the package version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
namespace¶
The namespace of the package version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |
package¶
The name of the package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGE() |
Getter for PACKAGE, with configurable default |
ASK_PACKAGE() |
Getter for PACKAGE w/ exceptions if field has no value |
HAS_PACKAGE() |
Determine if PACKAGE has a value |
version¶
The version of the package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
versionRevision¶
The revision of the package version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONREVISION() |
Getter for VERSIONREVISION, with configurable default |
ASK_VERSIONREVISION() |
Getter for VERSIONREVISION w/ exceptions if field has no val |
HAS_VERSIONREVISION() |
Determine if VERSIONREVISION has a value |
status¶
A string that contains the status of the package version. For more information, see Package version status in the CodeArtifact User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
asset¶
An AssetSummary for the published asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSET() |
Getter for ASSET |