class AWS::SimpleDB::Item

def initialize domain, name, options = {}

Parameters:
  • options (Hash) --
  • name (String) -- The name of the item in SimpleDB.
  • domain (Domain) -- The domain the item belongs to
def initialize domain, name, options = {}
  @domain = domain
  @name = name
  super
end