/AWS1/CL_PIPARTIFACTDETAIL¶
Artifact details for the action execution, such as the artifact location.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/PIPARTIFACTNAME /AWS1/PIPARTIFACTNAME¶
The artifact object name for the action execution.
io_s3location TYPE REF TO /AWS1/CL_PIPS3LOCATION /AWS1/CL_PIPS3LOCATION¶
The Amazon S3 artifact location for the action execution.
Queryable Attributes¶
name¶
The artifact object name for the action execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
s3location¶
The Amazon S3 artifact location for the action execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3LOCATION() |
Getter for S3LOCATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ARTIFACTDETAILLIST¶
TYPES TT_ARTIFACTDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIPARTIFACTDETAIL WITH DEFAULT KEY
.