class
Amazonite::DynamoDB::DeleteRequest
- Amazonite::DynamoDB::DeleteRequest
- Reference
- Object
Overview
Represents a request to perform a DeleteItem operation on an item.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/delete_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(key : Hash(String, AttributeValue))
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : Hash(String, AttributeValue)
A map of attribute name to attribute values, representing the primary key of the item to delete.
-
#key=(key : Hash(String, AttributeValue))
A map of attribute name to attribute values, representing the primary key of the item to delete.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.