# File lib/aws/ec2/vpc.rb, line 81
      def subnets
        SubnetCollection.new(:config => config).filter('vpc-id', vpc_id)
      end