Module: AWS::Core::Collection::WithNextToken
- Includes:
- AWS::Core::Collection, Enumerable
- Included in:
- AWS::CloudFormation::StackResourceSummaryCollection, AWS::CloudFormation::StackSummaryCollection, AWS::CloudWatch::MetricCollection, SNS::SubscriptionCollection, SNS::TopicCollection
- Defined in:
- lib/aws/core/collection/with_next_token.rb
Overview
Collection::WithNextToken
When making a request to list elements from one of these collections, the response may return a next token. This indicates there are more results than were returned. You can not control the number of elements returned with each response.
See AWS::Core::Collection for documentation on the available collection methods.