class Aws::DynamoDB::Table
def update_item(options = {})
-
(Types::UpdateItemOutput)
-
Options Hash:
(**options)
-
:expression_attribute_values
(Hash
) -- -
:expression_attribute_names
(Hash
) -- -
:condition_expression
(String
) -- -
:update_expression
(String
) -- -
:return_item_collection_metrics
(String
) -- -
:return_consumed_capacity
(String
) -- -
:return_values
(String
) -- -
:conditional_operator
(String
) -- -
:expected
(Hash
) -- -
:attribute_updates
(Hash
) -- -
:key
(required, Hash
) --
Parameters:
-
options
(Hash
) -- ({})
Other tags:
- Example: Request syntax with placeholder values -
def update_item(options = {}) options = options.merge(table_name: @name) resp = @client.update_item(options) resp.data end