Module AWS::Collections::PagedWithLimits
In: lib/aws/collections.rb

@private

Methods

Included Modules

Paged

Public Instance methods

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

Protected Instance methods

Override this methid in collections that use a different name for the param that offsets the find (e.g. :marker, :next_key, etc). @private

[Validate]