/AWS1/CL_IOTS3LOCATION¶
The S3 location.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucket TYPE /AWS1/IOTS3BUCKET /AWS1/IOTS3BUCKET¶
The S3 bucket.
iv_key TYPE /AWS1/IOTS3KEY /AWS1/IOTS3KEY¶
The S3 key.
iv_version TYPE /AWS1/IOTS3VERSION /AWS1/IOTS3VERSION¶
The S3 bucket version.
Queryable Attributes¶
bucket¶
The S3 bucket.
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 S3 key.
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 |
version¶
The S3 bucket version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |