# File lib/aws/simple_workflow/workflow_execution_collection.rb, line 335
      def closed_between oldest_time, latest_time
        closed_after(oldest_time).closed_before(latest_time)
      end