class AWS::EC2::InternetGateway
def detach vpc
-
(nil)-
Parameters:
-
vpc(VPC, String) -- A {VPC} object or a vpc id string.
def detach vpc client_opts = {} client_opts[:internet_gateway_id] = internet_gateway_id client_opts[:vpc_id] = vpc_id_option(vpc) client.detach_internet_gateway(client_opts) nil end