Class: AwsSdb::Request::CreateDomain

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

Overview

Creates a new domain

CreateDomain.new({:name => 'my_domain'})

Shortcut in params:

:name - the name for the new domain

Method Summary

Methods inherited from Template

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

Constructor Details

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