class Aws::DynamoDB::Client
def query(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
query(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/Query - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To query an item -
Returns:
-
(Types::QueryOutput)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:expression_attribute_values(Hash) -- -
:expression_attribute_names(Hash) -- -
:key_condition_expression(String) -- -
:filter_expression(String) -- -
:projection_expression(String) -- -
:return_consumed_capacity(String) -- -
:exclusive_start_key(Hash) -- -
:scan_index_forward(Boolean) -- -
:conditional_operator(String) -- -
:query_filter(Hash) -- -
:key_conditions(Hash) -- -
:consistent_read(Boolean) -- -
:limit(Integer) -- -
:attributes_to_get(Array) -- -
:select(String) -- -
:index_name(String) -- -
:table_name(required, String) --
def query(params = {}, options = {}) req = build_request(:query, params) req.send_request(options) end