/AWS1/CL_PRNS3OBJECTSOURCE¶
Template bundle S3 bucket data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/PRNS3BUCKET /AWS1/PRNS3BUCKET¶
The name of the S3 bucket that contains a template bundle.
iv_key TYPE /AWS1/PRNS3KEY /AWS1/PRNS3KEY¶
The path to the S3 bucket that contains a template bundle.
Queryable Attributes¶
bucket¶
The name of the S3 bucket that contains a template bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKET() |
Getter for BUCKET, with configurable default |
ASK_BUCKET() |
Getter for BUCKET w/ exceptions if field has no value |
HAS_BUCKET() |
Determine if BUCKET has a value |
key¶
The path to the S3 bucket that contains a template bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |