Module: AWS::Core::Model
- Defined in:
- lib/aws-core-model.rb
Instance Method Summary collapse
Instance Method Details
#stack ⇒ Object
7 8 9 10 |
# File 'lib/aws-core-model.rb', line 7 def stack stack_name = tag_value "aws:cloudformation:stack-name" AWS::CloudFormation::Stack.new(stack_name) end |