Module: AWS::Core::Collection::Simple
- Includes:
- AWS::Core::Collection, Enumerable
- Included in:
- AWS::CloudFormation::StackEventCollection, AWS::CloudFormation::StackResourceCollection, AWS::CloudWatch::MetricAlarmCollection, AWS::CloudWatch::MetricStatistics, EC2::CustomerGatewayCollection, EC2::DHCPOptionsCollection, EC2::ExportTaskCollection, EC2::InternetGatewayCollection, EC2::NetworkACLCollection, EC2::NetworkInterfaceCollection, EC2::RouteTableCollection, EC2::SecurityGroup::IpPermissionCollection, EC2::SubnetCollection, EC2::VPCCollection, EC2::VPNConnectionCollection, EC2::VPNGatewayCollection, ELB::AvailabilityZoneCollection, ELB::BackendServerPolicyCollection, ELB::InstanceCollection, ELB::ListenerCollection, ELB::LoadBalancerCollection, ELB::LoadBalancerPolicyCollection, EMR::InstanceGroupCollection, EMR::JobFlowCollection, IAM::GroupUserCollection, S3::CORSRuleCollection, SQS::QueueCollection
- Defined in:
- lib/aws/core/collection/simple.rb
Overview
AWS::Core::Collection::Simple is used by collections that always recieve every matching items in a single response.
This means:
Paging methods are simulated
Next tokens are artificial (guessable numeric offsets)
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.