# File lib/aws/ec2/subnet.rb, line 31
      def initialize subnet_id, options = {}
        @subnet_id = subnet_id
        super
      end