class Aws::DynamoDB::Types::DeleteRequest
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DeleteRequest AWS API Documentation
@return [Hash<String,Types::AttributeValue>]
of the table’s key schema.
attributes must be specified, and their data types must match those
primary key of the item to delete. All of the table’s primary key
A map of attribute name to attribute values, representing the
@!attribute [rw] key
}
},
“AttributeName” => “value”, # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
key: { # required
{
data as a hash:
@note When making an API call, you may pass DeleteRequest
Represents a request to perform a ‘DeleteItem` operation on an item.