class Aws::Resources::Collection
def [](index)
- Api: - private
Deprecated:
def [](index) if @size @batches[0][index] else raise "unabled to index into a lazy loaded collection" end end
def [](index) if @size @batches[0][index] else raise "unabled to index into a lazy loaded collection" end end