/AWS1/CL_QQBS3¶
Information required for Amazon Q Business to find a specific file in an Amazon S3 bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/QQBS3BUCKETNAME /AWS1/QQBS3BUCKETNAME¶
The name of the S3 bucket that contains the file.
iv_key TYPE /AWS1/QQBS3OBJECTKEY /AWS1/QQBS3OBJECTKEY¶
The name of the file.
Queryable Attributes¶
bucket¶
The name of the S3 bucket that contains the file.
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 name of the file.
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 |