/AWS1/CL_MPGENTITLEMENT¶
Represents an entitlement associated with an agreement.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_licensearn TYPE /AWS1/MPGSTRING /AWS1/MPGSTRING¶
The Amazon Resource Name (ARN) of the AWS License Manager license associated with the entitlement.
Queryable Attributes¶
licenseArn¶
The Amazon Resource Name (ARN) of the AWS License Manager license associated with the entitlement.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ENTITLEMENTLIST¶
TYPES TT_ENTITLEMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPGENTITLEMENT WITH DEFAULT KEY
.