/AWS1/CL_LICLICENSECONFUSAGE¶
Details about the usage of a resource associated with a license configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Amazon Resource Name (ARN) of the resource.
iv_resourcetype TYPE /AWS1/LICRESOURCETYPE /AWS1/LICRESOURCETYPE¶
Type of resource.
iv_resourcestatus TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Status of the resource.
iv_resourceownerid TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
ID of the account that owns the resource.
iv_associationtime TYPE /AWS1/LICDATETIME /AWS1/LICDATETIME¶
Time when the license configuration was initially associated with the resource.
iv_consumedlicenses TYPE /AWS1/LICBOXLONG /AWS1/LICBOXLONG¶
Number of licenses consumed by the resource.
Queryable Attributes¶
ResourceArn¶
Amazon Resource Name (ARN) of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
ResourceType¶
Type of resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
ResourceStatus¶
Status of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCESTATUS() |
Getter for RESOURCESTATUS, with configurable default |
ASK_RESOURCESTATUS() |
Getter for RESOURCESTATUS w/ exceptions if field has no valu |
HAS_RESOURCESTATUS() |
Determine if RESOURCESTATUS has a value |
ResourceOwnerId¶
ID of the account that owns the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEOWNERID() |
Getter for RESOURCEOWNERID, with configurable default |
ASK_RESOURCEOWNERID() |
Getter for RESOURCEOWNERID w/ exceptions if field has no val |
HAS_RESOURCEOWNERID() |
Determine if RESOURCEOWNERID has a value |
AssociationTime¶
Time when the license configuration was initially associated with the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONTIME() |
Getter for ASSOCIATIONTIME, with configurable default |
ASK_ASSOCIATIONTIME() |
Getter for ASSOCIATIONTIME w/ exceptions if field has no val |
HAS_ASSOCIATIONTIME() |
Determine if ASSOCIATIONTIME has a value |
ConsumedLicenses¶
Number of licenses consumed by the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMEDLICENSES() |
Getter for CONSUMEDLICENSES, with configurable default |
ASK_CONSUMEDLICENSES() |
Getter for CONSUMEDLICENSES w/ exceptions if field has no va |
HAS_CONSUMEDLICENSES() |
Determine if CONSUMEDLICENSES 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_LICENSECONFUSAGELIST¶
TYPES TT_LICENSECONFUSAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LICLICENSECONFUSAGE WITH DEFAULT KEY
.