/AWS1/CL_TXSSOURCES3LOCATION¶
The Amazon S3 bucket in your account where your tax document is located.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_bucket
TYPE /AWS1/TXSS3BUCKETNAME
/AWS1/TXSS3BUCKETNAME
¶
The name of your Amazon S3 bucket that your tax document is located.
iv_key
TYPE /AWS1/TXSS3KEY
/AWS1/TXSS3KEY
¶
The object key of your tax document object in Amazon S3.
Queryable Attributes¶
bucket¶
The name of your Amazon S3 bucket that your tax document is located.
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 object key of your tax document object in Amazon S3.
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 |