# File lib/aws/core/collection.rb, line 130 def first options = {} enum(options.merge(:limit => 1)).first end