# File lib/fog/aws/models/elasticache/subnet_group.rb, line 24defdestroyrequires:idservice.delete_cache_subnet_group(id)
trueend
ready?()click to toggle source
# File lib/fog/aws/models/elasticache/subnet_group.rb, line 12defready?# Just returning true, as Elasticache subnet groups# seem to not have a status, unlike RDS subnet groups.trueend
save()click to toggle source
# File lib/fog/aws/models/elasticache/subnet_group.rb, line 18defsaverequires:description, :id, :subnet_idsservice.create_cache_subnet_group(id, subnet_ids, description)
reloadend