Method: CloudFormationTool#awsas
- Defined in:
- lib/cloud_formation_tool.rb
#awsas ⇒ Object
120 121 122 123 |
# File 'lib/cloud_formation_tool.rb', line 120 def awsas require 'aws-sdk-autoscaling' $__aws_as ||= Aws::AutoScaling::Client.new aws_config end |