Class: AwsAuditor::Scripts::StackAudit
- Inherits:
-
Object
- Object
- AwsAuditor::Scripts::StackAudit
- Extended by:
- AWSWrapper, EC2Wrapper, OpsWorksWrapper
- Defined in:
- lib/aws_auditor/scripts/stack-audit.rb
Instance Attribute Summary
Attributes included from AWSWrapper
Attributes included from EC2Wrapper
Attributes included from OpsWorksWrapper
Class Method Summary collapse
Class Method Details
.execute(environment) ⇒ Object
8 9 10 11 |
# File 'lib/aws_auditor/scripts/stack-audit.rb', line 8 def self.execute(environment) aws(environment) get_stacks end |