class Aws::DynamoDB::Table
def delete_item(options = {})
-
(Types::DeleteItemOutput)
-
Options Hash:
(**options)
-
: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
) --
Parameters:
-
options
(Hash
) -- ({})
Other tags:
- Example: Request syntax with placeholder values -
def delete_item(options = {}) options = options.merge(table_name: @name) resp = @client.delete_item(options) resp.data end