Method: Awscli::EC2::InternetGateways#deattach

Defined in:
lib/awscli/ec2.rb

#deattach(gwid, vpcid) ⇒ Object



920
921
922
923
# File 'lib/awscli/ec2.rb', line 920

def deattach(gwid, vpcid)
  @conn.internet_gateways.deattach(gwid, vpcid)
  puts "Detached InternetGateway: #{gwid} from VPC: #{vpcid}"
end