Method: SimpleDeploy::AWS::CloudFormation#stack_resources

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

#stack_resources(name) ⇒ Object



48
49
50
51
52
# File 'lib/simple_deploy/aws/cloud_formation.rb', line 48

def stack_resources(name)
  @connect.describe_stack_resources('StackName' => name).body['StackResources']
rescue Exception => e
  Error.new(:exception => e).process
end