class Aws::Resources::Collection
def initialize(batches, options = {})
- 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