# File lib/aws/dynamo_db/attribute_collection.rb, line 113 def [] attribute attribute = attribute.to_s response_attributes = get_item(:attributes_to_get => [attribute]) value_from_response(response_attributes[attribute]) end