Removes an existing subnet
subnet.destroy
True or false depending on the result
Create a subnet
>> g = AWS.subnets.new(:vpc_id => "vpc-someId", :cidr_block => "10.0.0.0/24") >> g.save
requestId and a subnetSet object
[Validate]