Class: AwsSdb::Request::Query
- Defined in:
- lib/aws_sdb_bare/request.rb
Overview
execute a query statement returns the array of the item names satisfying the statment
Query.new(:domain => 'test_domain', :query => "['shape' = 'square']")
Method Summary
Methods inherited from Template
#attributes=, #initialize, #request, shortcuts, #token=
Constructor Details
This class inherits a constructor from AwsSdb::Request::Template