# File lib/aws/ec2/route_table/route.rb, line 106
        def replace options = {}
          route_table.replace_route(destination_cidr_block, options)
        end