Method: Stackup::Stack#resources
- Defined in:
- lib/stackup/stack.rb
#resources ⇒ Hash<String, String>
Get stack outputs.
239 240 241 |
# File 'lib/stackup/stack.rb', line 239 def resources extract_hash(:resource_summaries, :logical_resource_id, :physical_resource_id) end |