/AWS1/CL_SGNS3SIGNEDOBJECT¶
The Amazon S3 bucket name and key where Signer saved your signed code image.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucketname TYPE /AWS1/SGNBUCKETNAME /AWS1/SGNBUCKETNAME¶
Name of the S3 bucket.
iv_key TYPE /AWS1/SGNKEY /AWS1/SGNKEY¶
Key name that uniquely identifies a signed code image in your bucket.
Queryable Attributes¶
bucketName¶
Name of the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETNAME() |
Getter for BUCKETNAME, with configurable default |
ASK_BUCKETNAME() |
Getter for BUCKETNAME w/ exceptions if field has no value |
HAS_BUCKETNAME() |
Determine if BUCKETNAME has a value |
key¶
Key name that uniquely identifies a signed code image in your bucket.
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 |