# File lib/aws/simple_workflow/workflow_execution_collection.rb, line 277
      def started_between oldest_time, latest_time
        started_after(oldest_time).started_before(latest_time)
      end