Method: CloudFormationTool::CloudFormation::Stack#delete
- Defined in:
- lib/cloud_formation_tool/cloud_formation/stack.rb
#delete ⇒ Object
21 22 23 |
# File 'lib/cloud_formation_tool/cloud_formation/stack.rb', line 21 def delete awscf.delete_stack stack_name: @name end |