/AWS1/CL_LMDACCOUNTUSAGE¶
The number of functions and amount of storage in use.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_totalcodesize TYPE /AWS1/LMDLONG /AWS1/LMDLONG¶
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
iv_functioncount TYPE /AWS1/LMDLONG /AWS1/LMDLONG¶
The number of Lambda functions.
Queryable Attributes¶
TotalCodeSize¶
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALCODESIZE() |
Getter for TOTALCODESIZE |
FunctionCount¶
The number of Lambda functions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONCOUNT() |
Getter for FUNCTIONCOUNT |