# File lib/aws/ec2/network_interface.rb, line 76
      def subnet
        Subnet.new(subnet_id, :vpc_id => vpc_id, :config => config)
      end