/AWS1/CL_SSMINVDELSUMMARYITEM¶
Either a count, remaining count, or a version number in a delete inventory summary.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_version
TYPE /AWS1/SSMINVITEMSCHEMAVERSION
/AWS1/SSMINVITEMSCHEMAVERSION
¶
The inventory type version.
iv_count
TYPE /AWS1/SSMRESOURCECOUNT
/AWS1/SSMRESOURCECOUNT
¶
A count of the number of deleted items.
iv_remainingcount
TYPE /AWS1/SSMREMAININGCOUNT
/AWS1/SSMREMAININGCOUNT
¶
The remaining number of items to delete.
Queryable Attributes¶
Version¶
The inventory type 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 |
Count¶
A count of the number of deleted items.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COUNT() |
Getter for COUNT |
RemainingCount¶
The remaining number of items to delete.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REMAININGCOUNT() |
Getter for REMAININGCOUNT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INVENTORYDELSUMMARYITEMS
¶
TYPES TT_INVENTORYDELSUMMARYITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMINVDELSUMMARYITEM WITH DEFAULT KEY
.