class Aws::SdbInterface::Item

Attributes

attributes[RW]
item_name[RW]
replace[RW]

Public Class Methods

new(item_name, attributes, replace = false) click to toggle source
# File lib/sdb/sdb_interface.rb, line 722
def initialize(item_name, attributes, replace = false)
  @item_name  = item_name
  @attributes = attributes
  @replace    = replace
end