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