Module | AWS::Core::Collection::Simple |
In: |
lib/aws/core/collection/simple.rb
|
AWS::Core::Collection::Simple is used by collections that always recieve every matching items in a single response.
This means:
AWS services generally return all items only for requests with a small maximum number of results.
See {AWS::Core::Collection} for documentation on the available collection methods.