# File lib/aws/ec2/vpc.rb, line 93
      def route_tables
        RouteTableCollection.new(:config => config).filter('vpc-id', vpc_id)
      end