Method: SimpleDeploy::AWS::CloudFormation#describe_stack

Defined in:
lib/simple_deploy/aws/cloud_formation.rb

#describe_stack(name) ⇒ Object



42
43
44
45
46
# File 'lib/simple_deploy/aws/cloud_formation.rb', line 42

def describe_stack(name)
  @connect.describe_stacks('StackName' => name).body['Stacks']
rescue Exception => e
  Error.new(:exception => e).process
end