Class: Fog::AWS::SimpleDb

Inherits:
Object
  • Object
show all
Defined in:
lib/fog/aws/requests/simpledb/put_attributes.rb

Instance Method Summary collapse

Instance Method Details

#put_attributes(domain_name, item_name, attributes, replace_attributes = []) ⇒ Object



39
40
41
# File 'lib/fog/aws/requests/simpledb/put_attributes.rb', line 39

def put_attributes(domain_name, item_name, attributes, replace_attributes = [])
  batch_put_attributes(domain_name, { item_name => attributes }, { item_name => replace_attributes })
end