# File lib/aws/ec2/route_table.rb, line 54
      def main?
        @main = !!associations.find{|a| a.main? } if @main.nil?
        @main
      end