Class: AwsSdb::Request::DeleteAttributes

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

Overview

delete some attributes from the given item, if no attributes are provided the whole item is deleted

DeleteAttributes.new(:domain => 'test_domain', :name => 'item_1'
  :attributes => [:color, :shape])

Method Summary

Methods inherited from Template

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

Constructor Details

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