class Aws::Resources::Collection

def [](index)

Other tags:
    Api: - private

Deprecated:
def [](index)
  if @size
    @batches[0][index]
  else
    raise "unabled to index into a lazy loaded collection"
  end
end