class Aws::DynamoDB::Client
def delete_item(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
delete_item(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DeleteItem - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To delete an item -
Returns:
-
(Types::DeleteItemOutput)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:return_values_on_condition_check_failure(String) -- -
:expression_attribute_values(Hash) -- -
:expression_attribute_names(Hash) -- -
:condition_expression(String) -- -
:return_item_collection_metrics(String) -- -
:return_consumed_capacity(String) -- -
:return_values(String) -- -
:conditional_operator(String) -- -
:expected(Hash) -- -
:key(required, Hash) -- -
:table_name(required, String) --
def delete_item(params = {}, options = {}) req = build_request(:delete_item, params) req.send_request(options) end