/AWS1/CL_DYNDELETEREQUEST¶
Represents a request to perform a DeleteItem
operation on an item.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_key
TYPE /AWS1/CL_DYNATTRIBUTEVALUE=>TT_KEY
TT_KEY
¶
A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.
Queryable Attributes¶
Key¶
A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |