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