Class: AwsInventory::CLI
- Defined in:
- lib/aws_inventory/cli.rb
Instance Method Summary collapse
- #acm ⇒ Object
- #cfn ⇒ Object
- #cw ⇒ Object
- #eb ⇒ Object
- #ec2 ⇒ Object
- #ecs ⇒ Object
- #elb ⇒ Object
- #iam ⇒ Object
- #keypair ⇒ Object
- #rds ⇒ Object
- #route53 ⇒ Object
- #sg ⇒ Object
- #vpc ⇒ Object
Methods inherited from Command
Instance Method Details
#cw ⇒ Object
83 84 85 |
# File 'lib/aws_inventory/cli.rb', line 83 def cw Cloudwatch.new().report end |
#keypair ⇒ Object
70 71 72 |
# File 'lib/aws_inventory/cli.rb', line 70 def keypair Keypair.new().report end |
#route53 ⇒ Object
40 41 42 |
# File 'lib/aws_inventory/cli.rb', line 40 def route53 Route53.new().report end |
#sg ⇒ Object
27 28 29 |
# File 'lib/aws_inventory/cli.rb', line 27 def sg SecurityGroup.new().report end |