class AwsInventory::Rds

Public Instance Methods

report() click to toggle source

Default is the open report because it seems like the most useful report

# File lib/aws_inventory/rds.rb, line 7
def report
  Summary.new(@options).report if show(:summary)
  Port.new(@options).report if show(:port)
end