Method: AwsClient::RdsWrapper#all_instances
- Defined in:
- lib/rds_wrapper.rb
#all_instances ⇒ Object
26 27 28 |
# File 'lib/rds_wrapper.rb', line 26 def all_instances @all_instances ||= get_all_instances.collect{|raw_instance| raw_instance.db_instances.flatten }.flatten end |