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