Class: AwsSdb::Request::GetAttributes

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

Overview

Get the attributes for an item

GetAttributes.new({:name => 'my_item', :attributes => [:first, :second]})

Shortcut in params:

:name - the item name
:attributes - the list of the attributes to fetch, if not specified
              fetches all the attributes

Method Summary

Methods inherited from Template

#attributes=, #initialize, #request, shortcuts, #token=

Constructor Details

This class inherits a constructor from AwsSdb::Request::Template