/AWS1/CL_LICASSET¶
Asset.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_assetarn TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Amazon Resource Name (ARN) of the asset.
iv_latestassetdiscoverytime TYPE /AWS1/LICDATETIME /AWS1/LICDATETIME¶
Latest asset discovery time.
Queryable Attributes¶
AssetArn¶
Amazon Resource Name (ARN) of the asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETARN() |
Getter for ASSETARN, with configurable default |
ASK_ASSETARN() |
Getter for ASSETARN w/ exceptions if field has no value |
HAS_ASSETARN() |
Determine if ASSETARN has a value |
LatestAssetDiscoveryTime¶
Latest asset discovery time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTASSETDISCOVERYTIME() |
Getter for LATESTASSETDISCOVERYTIME, with configurable defau |
ASK_LATESTASSETDISCOVERYTIME() |
Getter for LATESTASSETDISCOVERYTIME w/ exceptions if field h |
HAS_LATESTASSETDISCOVERYTIME() |
Determine if LATESTASSETDISCOVERYTIME 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_ASSETLIST¶
TYPES TT_ASSETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LICASSET WITH DEFAULT KEY
.