Method: Ufo::Info#stack_resources

Defined in:
lib/ufo/info.rb

#stack_resourcesObject



75
76
77
78
# File 'lib/ufo/info.rb', line 75

def stack_resources
  resp = cloudformation.describe_stack_resources(stack_name: @stack_name)
  resp.stack_resources
end