/AWS1/CL_MHSS3OBJECT¶
Contains the S3 bucket name and the Amazon S3 key name.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_s3bucket TYPE /AWS1/MHSS3BUCKET /AWS1/MHSS3BUCKET¶
The S3 bucket name.
iv_s3key TYPE /AWS1/MHSS3KEY /AWS1/MHSS3KEY¶
The Amazon S3 key name.
Queryable Attributes¶
s3Bucket¶
The S3 bucket name.
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 name.
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 |