/AWS1/CL_PANOUTPUTS3LOCATION¶
The location of an output object in Amazon S3.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketname TYPE /AWS1/PANBUCKETNAME /AWS1/PANBUCKETNAME¶
The object's bucket.
iv_objectkey TYPE /AWS1/PANOBJECTKEY /AWS1/PANOBJECTKEY¶
The object's key.
Queryable Attributes¶
BucketName¶
The object's bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETNAME() |
Getter for BUCKETNAME, with configurable default |
ASK_BUCKETNAME() |
Getter for BUCKETNAME w/ exceptions if field has no value |
HAS_BUCKETNAME() |
Determine if BUCKETNAME has a value |
ObjectKey¶
The object's key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTKEY() |
Getter for OBJECTKEY, with configurable default |
ASK_OBJECTKEY() |
Getter for OBJECTKEY w/ exceptions if field has no value |
HAS_OBJECTKEY() |
Determine if OBJECTKEY has a value |