/AWS1/CL_EBNS3LOCATION¶
The bucket and key of an item stored in Amazon S3.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_s3bucket TYPE /AWS1/EBNS3BUCKET /AWS1/EBNS3BUCKET¶
The Amazon S3 bucket where the data is located.
iv_s3key TYPE /AWS1/EBNS3KEY /AWS1/EBNS3KEY¶
The Amazon S3 key where the data is located.
Queryable Attributes¶
S3Bucket¶
The Amazon S3 bucket where the data is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
S3Key¶
The Amazon S3 key where the data is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3KEY() |
Getter for S3KEY, with configurable default |
ASK_S3KEY() |
Getter for S3KEY w/ exceptions if field has no value |
HAS_S3KEY() |
Determine if S3KEY has a value |