class AWS::EC2::VPNGateway

def vpc_id vpc

def vpc_id vpc
  vpc.is_a?(VPC) ? vpc.vpc_id : vpc
end