Returns the VPC this subnet belongs to.
Returns:
61 62 63
# File 'lib/aws/ec2/subnet.rb', line 61 def vpc VPC.new(vpc_id, :config => config) end