class AwsInventory::Ecs

Public Instance Methods

report() click to toggle source

Override report

# File lib/aws_inventory/ecs.rb, line 6
def report
  Service.new(@options).report
  Cluster.new(@options).report
end