Method: Fog::AWS::AutoScaling::Group#destroy
- Defined in:
- lib/fog/aws/models/auto_scaling/group.rb
#destroy ⇒ Object
def reload
super
self
end
124 125 126 127 |
# File 'lib/fog/aws/models/auto_scaling/group.rb', line 124 def destroy requires :id connection.delete_auto_scaling_group(id) end |