Class: AwsSdb::Request::ListDomains

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

Overview

List the domains

ListDomains.new({:max => 4}, {:account => 'account', :secret => 'secret'})

Shortcut in params:

:max - the maximum number of domain that can be returned
:token - the token for follow up requests

Method Summary

Methods inherited from Template

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

Constructor Details

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