Class: Inventory::Rds

Inherits:
Base
  • Object
show all
Defined in:
lib/inventory/rds.rb,
lib/inventory/rds/port.rb,
lib/inventory/rds/summary.rb

Defined Under Namespace

Modules: Shared Classes: Port, Summary

Instance Method Summary collapse

Methods inherited from Base

eager_load!, inherited, #initialize, #show, #sort, subclasses, #test_mode

Methods included from AwsServices

#acm, #cfn, #cw, #eb, #ec2, #ecs, #elbv1, #elbv2, #iam, #pricing, #rds, #route53

Methods included from Shared

#instances, #security_groups

Constructor Details

This class inherits a constructor from Inventory::Base

Instance Method Details

#reportObject

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



7
8
9
10
# File 'lib/inventory/rds.rb', line 7

def report
  Summary.new(@options).report if show(:summary)
  Port.new(@options).report if show(:port)
end