Class: Inventory::Ecs

Inherits:
Base
  • Object
show all
Defined in:
lib/inventory/ecs.rb

Defined Under Namespace

Classes: Cluster, Service

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

Override report



6
7
8
9
# File 'lib/inventory/ecs.rb', line 6

def report
  Service.new(@options).report
  Cluster.new(@options).report
end