class Aws::DynamoDB::Types::DeleteRequest
Represents a request to perform a `DeleteItem` operation on an item.
@note When making an API call, you may pass DeleteRequest
data as a hash: { key: { # required "AttributeName" => "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil> }, }
@!attribute [rw] 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. @return [Hash<String,Types::AttributeValue>]
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DeleteRequest AWS API Documentation
Constants
- SENSITIVE