Module | AWS::Collections::PagedWithLimits |
In: |
lib/aws/collections.rb
|
@private
A custom first method makes getting exactly one item much more efficient. Without the :limit => 1, an entire page of items is received and then only one is grabbed. @private