class Aws::Resources::Collection

def initialize(batches, options = {})

Other tags:
    Api: - private

Options Hash: (**options)
  • :size (Integer) --
  • :limit (Integer) --

Parameters:
  • batches (Enumerator) --
def initialize(batches, options = {})
  @batches = batches
  @limit = options[:limit]
  @size = options[:size]
end