# File lib/aws/emr/job_flow.rb, line 284
      def terminate
        client.terminate_job_flows(:job_flow_ids => [job_flow_id])
        nil
      end