class Aws::DynamoDB::Client
def execute_statement(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
execute_statement(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ExecuteStatement - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ExecuteStatementOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:return_values_on_condition_check_failure
(String
) -- -
:limit
(Integer
) -- -
:return_consumed_capacity
(String
) -- -
:next_token
(String
) -- -
:consistent_read
(Boolean
) -- -
:parameters
(Array
) -- -
:statement
(required, String
) --
def execute_statement(params = {}, options = {}) req = build_request(:execute_statement, params) req.send_request(options) end