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