Class: AwsSdb::Request::QueryWithAttributes

Inherits:
Template
  • Object
show all
Defined in:
lib/aws_sdb_bare/request.rb

Overview

execute a query with attributes statement returns the items satisfying statement

QueryWithAttributes.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