/AWS1/CL_LICCREATELICENSERSP¶
CreateLicenseResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_licensearn TYPE /AWS1/LICARN /AWS1/LICARN¶
Amazon Resource Name (ARN) of the license.
iv_status TYPE /AWS1/LICLICENSESTATUS /AWS1/LICLICENSESTATUS¶
License status.
iv_version TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
License version.
Queryable Attributes¶
LicenseArn¶
Amazon Resource Name (ARN) of the license.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LICENSEARN() |
Getter for LICENSEARN, with configurable default |
ASK_LICENSEARN() |
Getter for LICENSEARN w/ exceptions if field has no value |
HAS_LICENSEARN() |
Determine if LICENSEARN has a value |
Status¶
License status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Version¶
License 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 |