/AWS1/CL_PIPARTIFACTLOCATION¶
Represents information about the location of an artifact.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/PIPARTIFACTLOCATIONTYPE /AWS1/PIPARTIFACTLOCATIONTYPE¶
The type of artifact in the location.
io_s3location TYPE REF TO /AWS1/CL_PIPS3ARTIFACTLOCATION /AWS1/CL_PIPS3ARTIFACTLOCATION¶
The S3 bucket that contains the artifact.
Queryable Attributes¶
type¶
The type of artifact in the location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
s3Location¶
The S3 bucket that contains the artifact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3LOCATION() |
Getter for S3LOCATION |